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

simple XPathAPI issue

Subject: simple XPathAPI issue
From: "Sanjay Pandey/Towers Perrin" <pandeys@xxxxxxxxxx>
Date: Tue, 14 Aug 2001 14:35:46 -0400
xpathapi
Hi,

I have XML file as follows:
<parameter name = "one">
   <level1>
      <level2 name = "a">
     <level3>
          <theField>something</theField>
     </level3>
      </level2>
      <level2 name = "b">
     <level3>
          <theField>something</theField>
     </level3>
      </level2>
      <level2 name = "c">
     <level3>
          <theField>something</theField>
     </level3>
      </level2>
   </level1>
</parameter>

<parameter name = "two">
</parameter>

I am able to get to the "currentFieldNode"(at parameter level) using
XPathAPI.selectNodeIterator

Now I want to get NodeList populated with <theField> occurrances. How do I
do that?

I tried the following
NodeList nl = XPathAPI.selectNodeList(currentFieldNode, "*//loadOn");
NodeList nl = XPathAPI.selectNodeList(currentFieldNode, ".//loadOn");
It does not seem to work.

BTW,
Yesterday's get java.lang.StackOverflowError  was gone after I got the
latest Xalan.jar.

Any suggestions would be appreciated.

Thanks,
Sanjay



 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.