DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
All Tags
»
programming
»
xpath
(RSS)
>>> First two to make 3 wins! <<<
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
javascript
xml
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
by
Alexis' Blog
on 11-15-2006
Filed under:
Filed under:
programming
,
javascript
,
xpath
,
xml
Page 1 of 1 (1 items)
Copyright DevPinoy 2005-2008