<item> <Name>John</Name> <Age>20</Age> </item>
or <item_John age="20"/> where john is parsed manually out of item object
or full blown up insanity <person> <item> <key>name</key> <value>John</value> </item> <item> <key>age</key> <value>20</value </item> </person>
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
<item> <Name>John</Name> <Age>20</Age> </item>
or <item_John age="20"/> where john is parsed manually out of item object
or full blown up insanity <person> <item> <key>name</key> <value>John</value> </item> <item> <key>age</key> <value>20</value </item> </person>