Skip to content

Instantly share code, notes, and snippets.

@gdetrez
Last active December 31, 2015 15:59
Show Gist options
  • Save gdetrez/8010275 to your computer and use it in GitHub Desktop.
Save gdetrez/8010275 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<A a1="A1">
<B b1="B1" b2="15">
<C c1="red">first</C>
</B>
<B b1="B2">
<C c1="green">second</C>
</B>
<B b1="B3" b2="25">
<C c1="blue">third</C>
</B>
<B b1="B4" b2="35">
<C c1="red">fourth</C>
</B>
</A>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment