Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3964 Points
999 Posts
Apr 25, 2012 02:50 PM|LINK
dim doc as new xmldocument
doc.open(YourXMLFile)
response.write(doc.selectsinglenode(\\Accession[@comment="Bill Type"]]).tostring)
just some psuedo but it might work :)
adamturner34
Contributor
3964 Points
999 Posts
Re: need help with the XML node
Apr 25, 2012 02:50 PM|LINK
dim doc as new xmldocument
doc.open(YourXMLFile)
response.write(doc.selectsinglenode(\\Accession[@comment="Bill Type"]]).tostring)
just some psuedo but it might work :)