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!

Recent content by iporter

  1. iporter

    I want to acheive object.xml = someXml, where someXML is html

    Hi - I'm builing a content management system, so I have xml along the lines of: <site> <page id="1"> <title></title> <content> <div id="content"><p>This is my content</p></div> </content> </page> </site> So I use javascript on the server side to output the <content> element...
  2. iporter

    XPath works in XML Spy, but not in javascript node.selectSingleNode

    Hi, thanks in advance for any help. I have an xml file and use javascript/XPath to pull data to an HTML page. In XML Spy, using XPath evaluator, the below XPath returns the appropriate value. However, in the browser, I get 'object required'. First, I select a single level1 node based on...

Part and Inventory Search

Back
Top