[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Xpath problem

Subject: Re: Xpath problem
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Thu, 7 Mar 2002 10:09:17 +0000
xpath nodeexists
Hi Kan,

> Here is some more of the code that I am using
>
> objCachedDOM is a MSXML2.FreeThreadedDOMDocument
>
> Set objCachedDOM = Application("CachedXMLDOM").cloneNode(true)
> Set objCurrNode = 
> m_objIndGlobalDOM.documentElement.selectSingleNode(strXPath)
> varTemp = objCurrNode.childNodes.length
>   If varTemp <> 0 Then
>      blnNodeExists = vbTrue
>   Else
>      blnNodeExists = vbFalse
>   End If
> NodeExists = blnNodeExists

Err... this code doesn't set the SelectionLanguage to XPath. It also
doesn't seem to show whether the node that you select is the correct
one or not, just whether the node that you select has children. Of
course you might know that the node that you're supposed to be
selecting doesn't have children, but I expected to see something like:

  m_objIndGlobalDOM.setProperty("SelectionLanguage", "XPath")
  Set objCurrentNode =
    m_objIndGlobalDOM.documentElement.selectSingleNode(strXPath)
  Set varTemp = objCurrentNode.getElementsByTagName("value")
  ... code checking the value ...

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.