Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PleaseHelp1

    How to assign a value to xml node

    I need to modify a xml document... Using Javascript, I have loaded a xml file: xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); xmlDoc.async = SyncType; xmlDoc.load(xmlfile.xml); Lets say the xmlfile looks like this: <?xml version="1.0" ?> <Service> <SvcId/> <SvcName>Service...

Part and Inventory Search

Back
Top