H
Hafeez Esmail
Perhaps I'm in the wrong newsgroup...but hopefully someone can instruct me.
I have an XML file with the overall hierarchy looking like:
Record
AccountInfo
TransactionInfo
ProductInfo
SellerInfo
The record tag looks like this: <Record id="37">.
All Other tags are normal: <TagName> --Tag Data-- </TagName>
I'd like to write macro that reads a text file containg "record id numbers"
(e.g.
3, 9, 14, and 45) and copies the structure and data from the XML file
described above, to a new XML file.
I'm ok with reading and parsing text files, but it's the XML file that's
giving me trouble.
Does Word 2003 provide any methods/class/tools to help me with XML files?
I have an XML file with the overall hierarchy looking like:
Record
AccountInfo
TransactionInfo
ProductInfo
SellerInfo
The record tag looks like this: <Record id="37">.
All Other tags are normal: <TagName> --Tag Data-- </TagName>
I'd like to write macro that reads a text file containg "record id numbers"
(e.g.
3, 9, 14, and 45) and copies the structure and data from the XML file
described above, to a new XML file.
I'm ok with reading and parsing text files, but it's the XML file that's
giving me trouble.
Does Word 2003 provide any methods/class/tools to help me with XML files?