DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
All Tags
»
programming
»
xml
(RSS)
Browse Site by Tags
Showing related tags and posts accross the entire site.
javascript
xpath
Selecting Xml Nodes in MSXML 3 via XPath
Apparently, you need to set the SelectionLanguage property of a JavaScript XML Document object to XPath so you can select nodes via XPath. var xmldoc = new ActiveXObject("Microsoft.XMLDOM"); // or var xmldoc = new ActiveXObject('Msxml2.DOMDocument.3.0'); xmldoc.async = "false";...
Posted to
alexrazon
(Weblog)
by
Anonymous
on 11-15-2006
Page 1 of 1 (1 items)
Copyright DevPinoy 2005-2008