You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
330 B
15 lines
330 B
<?xml version="1.0"?> |
|
<xml> |
|
<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>
|
|
|