My XML Demo
My Original XML
<?xml version="1.0" encoding="utf-8"?> <note> <title>A tool, or resource if you will, XML has a great deal to offer. This sentence doesn't make none sense. Thats why i'm gettin my Edgemication so I can speal.</title> <desc>This is the the coolest note in the world.</desc> <city>Port Angeles</city> <state>Washington</state> <country>USA</country> </note>
Sample of extracting a named element
A tool, or resource if you will, XML has a great deal to offer. This sentence doesn't make none sense. Thats why i'm gettin my Edgemication so I can speal.
Extract names and values as an array
| title: | A tool, or resource if you will, XML has a great deal to offer. This sentence doesn't make none sense. Thats why i'm gettin my Edgemication so I can speal. |
| desc: | This is the the coolest note in the world. |
| city: | Port Angeles |
| state: | Washington |
| country: | USA |