PDA

Click to See Complete Forum and Search --> : Please help me with this XML


mrloofer
Feb 12th, 2004, 02:13 PM
I have this XML document and I want to filter out only those records that relate to "REGION 10 SOUTHEAST".

I've looked at the XML through an XML viewer but have no idea whatsoever what it means - it's all greek to me!

I have attached the xml document. Please someone help!

MartinLiss
Feb 12th, 2004, 08:09 PM
It's really unfortunate that that file isn't formatted! Do you know anything about the Microsoft Document Object Module (the "DOM")? It defines a programmatic interface for XML and it is incorprated in MSXML4 that can be downloaded from Microsoft. It is a "language" and there will be a learning curve but it's one of the best ways to read and extract data from XML files.

vbNeo
Feb 16th, 2004, 08:53 AM
Originally posted by mrloofer
I have this XML document and I want to filter out only those records that relate to "REGION 10 SOUTHEAST".

I've looked at the XML through an XML viewer but have no idea whatsoever what it means - it's all greek to me!

I have attached the xml document. Please someone help!

Whoa! Never seen an XML file that messy!