Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xml parser

Status
Not open for further replies.

jcastilletti

Programmer
Jan 16, 2001
7
US
Looking to parse an xml file giving me the results in a text file.

The text file should look something like the following:

cc_number 533445255543543
cc_expiration 11/2001

etc...


Any help would be greatly appreciated.

John
 

Worth checking out the Microsoft XML object (MSXML), which gives you the ability to return the text contents of nodes and subtrees in an XML document.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top