C# and XML

  • Thread starter Thread starter jorg
  • Start date Start date
J

jorg

Hi ..
How Can I read the information if they are in XML
format , and how to extract the Atrbute Values ...

How to do that by using the C# code ..

thanks
 
Use the XmlTextReader to read data from an Xml file
you have a ReadElementString method to read the value of
an element and a GetAttribute method to read the attribute

Hope this helps

Regards,

tribal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top