basic XML question (read & write)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have created a XML structure with XSD and want to write and read data from
the elements in the XML structure. Ik have for example an element called
server and want to read the server data from the xml file. Is this possible?

regards
Stijn
 
look into XPath queries. This is usually the most effective way to get data
from an XML structure, especially since you have the schema.


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top