Last active
December 17, 2015 02:08
-
-
Save trlinkin/5533044 to your computer and use it in GitHub Desktop.
Dumb XML for great demonstration making of the xml mapper-scape.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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