Skip to content

Instantly share code, notes, and snippets.

@trlinkin
Last active December 17, 2015 02:08
Show Gist options
  • Save trlinkin/5533044 to your computer and use it in GitHub Desktop.
Save trlinkin/5533044 to your computer and use it in GitHub Desktop.
Dumb XML for great demonstration making of the xml mapper-scape.
<root>
<foo> I'm static and part of the type controlling a </foo>
<bar>
<baz>
<name> example ONE </name>
<comment> i'm a baz type that exists in /root/bar </comment>
</baz>
<baz>
<name> example TWO </name>
<comment> i'm a baz type that exists in /root/bar </comment>
</baz>
<baz>
<name> example THREE </name>
<comment> i'm a baz type that exists in /root/bar </comment>
</baz>
</bar>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment