XML into string var

X

xnakxx

I have a real simple xml doc...
<?xml version="1.0" ?>
<parent>
<child-a>value-a </child-a>
<child-b>value-b </child-b>
.....
</parent>

I am having a heck of a time trying to read it into vars
ie.
the var "child-a" = "value-a"

what i am trying to accomplish is to output a (dynamic) html file using
streamwriter with the values from the xml doc.

any sugestions would be greatly appreciated.
 

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