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 Wanet Telecoms Ltd 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. belwig

    Problem with selectSingleNode and IE5

    Thanks for the response. I've not done this, but everything I've read indicates that the code should work on IE5. I'm not using anything that I know of that is specific to MSXML 4. Is there a way to alter the code so avoid having to upgrade?
  2. belwig

    Problem with selectSingleNode and IE5

    And just to clarify, the line var node = "/*/station[@id=\"" + selStationId + "\"]" should have a ";" at the end. This isn't the problem, though.
  3. belwig

    Problem with selectSingleNode and IE5

    Hi all, I'm having an issue with the following XML Data Island/Javascript code. It works fine in IE6 but generates an error (object required) when tried in IE5 or IE5.5. Here is the data island (greatly reduced) <XML ID='xmlStationAirlines'> <?xml version=&quot;1.0&quot...

Part and Inventory Search

Back
Top