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 Help

Status
Not open for further replies.

zmcanally

Technical User
Jun 12, 2002
26
US
I need to retrieve the values from a simple XML file (see below) and haven't the faintest idea as to where to begin. Any help would be appreicated

Zack

<rs:data GUID='123456789012345678901234567890ab' Client_ID='2148' Store_Number='1' > <z:row Priority='1' To_Client_ID='2148' To_Store_Number='2' Subject='This is a test subject' DateTime_Sent='2003-05-21T13:04:20' Body='Test\n&Body&apos;s Line 2'/>
</rs:data>

I need to get the GUID, Client_ID, Store_Number, To_Client_ID, To_Store_Number, Subject, DateTime_Sent and Body


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top