Skip to content

Instantly share code, notes, and snippets.

@motyar
Created August 4, 2014 06:12
Show Gist options
  • Save motyar/bcf1d2b36e8777fd77d6 to your computer and use it in GitHub Desktop.
Save motyar/bcf1d2b36e8777fd77d6 to your computer and use it in GitHub Desktop.
out.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<books>
<course number="1">
<name>First course</name>
<page>1</page>
</course>
<course number="2">
<name>Getting started</name>
<page>2</page>
</course>
</books>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment