3 changed files with 18 additions and 20 deletions
@ -1,17 +1,15 @@
@@ -1,17 +1,15 @@
|
||||
<?xml version="1.0"?> |
||||
<xml> |
||||
<books> |
||||
<book> |
||||
<xdc:author>moo</xdc:author> |
||||
<xdc:price>123</xdc:price> |
||||
<xdc:pages>321</xdc:pages> |
||||
<xdc:date>1/1/2011</xdc:date> |
||||
</book> |
||||
<book> |
||||
<xdc:author>moo</xdc:author> |
||||
<xdc:price>123</xdc:price> |
||||
<xdc:pages>321</xdc:pages> |
||||
<xdc:date>1/1/2011</xdc:date> |
||||
</book> |
||||
</books> |
||||
<ns:user> |
||||
<ns:name> |
||||
<ns:first>john</ns:first> |
||||
<ns:last>doe</ns:last> |
||||
<google:name>somename</google:name> |
||||
<facebook:name>someothername</facebook:name> |
||||
</ns:name> |
||||
<ns:address> |
||||
<ns:street>some street 213</ns:street> |
||||
<ns:city>Some City</ns:city> |
||||
</ns:address> |
||||
</ns:user> |
||||
</xml> |
||||
|
Loading…
Reference in new issue