Sunrise Resources LLC
XML Parser Demonstration
This program reads a URL or file, parses the XML, and places the results in a URL or file and a PHP array.
The user specifies the tags that are used to identify each data record and the data fields.
The number of records = 3
TAG0001 = 1-1 data
TAG0002 = 1-2 data
TAG0003 = 1-3 data
TAG0004 = 1-4 data
TAG0005 = 1-5 data
TAG0001 = 2-1 data
TAG0002 = 2-2 data
TAG0003 = 2-3 data
TAG0004 = 2-4 data
TAG0005 = 2-5 data
TAG0001 = 3-1 data
TAG0002 = 3-2 data
TAG0003 = 3-3 data
TAG0004 = 3-4 data
TAG0005 = 3-5 data
***** End of Demonstration *****