Click here to Skip to main content
15,908,842 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am trying to use a method from a webservice .. i am using a string to capture this format

claims=<Claims>\n\n<Claim>\n\n<ClaimNo>C11-20676194</ClaimNo>\n\n<ClaimCategory>C82</ClaimCategory>\n\n<Status>Open</Status>\n\n<TATcrossed>Y</TATcrossed>\n\n</Claim>\n\n<Claim

...

All the tags have been replaced by ;lt.... etc.

i need to capture this is pure xml format so that i can manipulate internal details.

Kindly help
Posted

There was the question like this and I answered already:
How to Convert "<" and ">" into xml tags in xml response[^]
 
Share this answer
 
Comments
PatilBipin 17-Mar-11 3:29am    
Thanks for your reply
This helped a lot.
In my view you can have concepts regarding XMLSerialization and Deserialization then it will be useful for you.

You can refer this link;
http://dotnetusers.wordpress.com/2011/03/18/xmldeserialization-using-c-net
 
Share this answer
 
Why not just create an XDocument or XmlDocument? Those are objects meant for Xml.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900