Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want decode a xml file where shoulde i start?
please help me
Thanks
Posted
Comments
ZurdoDev 6-Mar-12 9:04am    
Are you saying it is encrypted? Or do you just need to read it in in C#? We need more info. Under System.Xml namespace in C# you can use the XMLDocument.

If you need to parse a XML file then you may probably use an available library of your favourite language (for instance the .NET framework provides the System.Xml[^] namespace for the purpose).
 
Share this answer
 
XML
<patientData>
 <patientName>0dc4a9bd3241ff817cdf2e94c3b93c46a42ec6945a5c7a5e359df4c49830bfe7</patientName>
 <patientId>0dc4a9bd3241ff817cdf2e94c3b93c46a42ec6945a5c7a5e359df4c49830bfe7</patientId>
 </patientData>

i want read this xml file
 
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