Skip to content

Instantly share code, notes, and snippets.

@axelline
Created February 3, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axelline/865345b3eeadefad0e09 to your computer and use it in GitHub Desktop.
Save axelline/865345b3eeadefad0e09 to your computer and use it in GitHub Desktop.
Recursive parsing
<?xml version="1.0" encoding="UTF-8"?>
<tags type=" Map">
<item>
<key type=" string">test 2</key>
<value type=" Map">
<item>
<key type=" string">General</key>
<value type=" Map">
<item>
<key type=" string">Id</key>
<value type=" string">c93a5f9a-4768-4a86-a705-d4b4d18b55ac</value>
</item>
<item>
<key type=" string">Name</key>
<value type=" string">General</value>
</item>
<item>
<key type=" string">terms</key>
<value enc:itemType=" Map" enc:arraySize="1" type="enc:Array">
<item type=" Map">
<item>
<key type=" string">Locations</key>
<value type=" Map">
<item>
<key type=" string">Id</key>
<value type=" string">cf89faf3-83a3-4855-9d7f-ee5d8df3fed1</value>
</item>
<item>
<key type=" string">Name</key>
<value type=" string">Locations</value>
</item>
<item>
<key type=" string">terms</key>
<value enc:itemType=" Map" enc:arraySize="1" type="enc:Array">
<item type=" Map">
<item>
<key type=" string">Kehlen</key>
<value type=" Map">
<item>
<key type=" string">Id</key>
<value type=" string">b12048ee-9c6b-4475-8d09-2edba88c113c</value>
</item>
<item>
<key type=" string">Name</key>
<value type=" string">Toronto</value>
</item>
</value>
</item>
</item>
</value>
</item>
</value>
</item>
</item>
</value>
</item>
</value>
</item>
</value>
</item>
</tags>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment