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