XML into string var

  • Thread starter Thread starter xnakxx
  • Start date Start date
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.
 
Back
Top