|
-
Jan 15th, 2006, 10:19 PM
#1
Thread Starter
Junior Member
Read String into XMLTextReader
Hi,
I have the following string in XML format:
<CustomerDetails>
<CompanyName>ONLINE TEST</CompanyName>
<CustomerName>CAROL DAVIS</CustomerName>
<OrderNumber>H897</OrderNumber>
<OrderNumber>H435</OrderNumber>
</CustomerDetails>
I want to be able to read this in as XML so I can easily work with the nodes and their values.
How do I do this?
Thank You
R
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|