Skip to content

Instantly share code, notes, and snippets.

@bdarcus
Created April 8, 2011 12:49
Show Gist options
  • Save bdarcus/909764 to your computer and use it in GitHub Desktop.
Save bdarcus/909764 to your computer and use it in GitHub Desktop.
possible schema for xml csl tests
# import the csl schema
start = element test { style, data, results }
data = element data { notsureyet }
results = element results { expected & actual }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment