basic XML question (read & write)

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
 
N

Nick Malik [Microsoft]

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.
 

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

Top