Skip to content

Instantly share code, notes, and snippets.

@djangofan
Created July 27, 2012 04:46
Show Gist options
  • Save djangofan/3186223 to your computer and use it in GitHub Desktop.
Save djangofan/3186223 to your computer and use it in GitHub Desktop.
XML file sample
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<root testAttr="testValue">
<result>
<child>data1</child>
<child>A1343358848.646</child>
<child>
<internal>
<data>one</data>
<data>two</data>
<unique>Z1343358848.646</unique>
</internal>
</child>
</result>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment