|
Subject: RE: [xsl] simple XPathAPI issue From: "Paul Brown" <prb@xxxxxxxxxxxxx> Date: Tue, 14 Aug 2001 15:39:45 -0500 |
> [Sanjay Pandey/Towers Perrin]
> Now I want to get NodeList populated with <theField> occurrances. How
> do I do that?
Try this pattern:
NodeIterator ni = xp.eval(ctx,xpath_str,pr).nodeset();
where xp is an XPathAPI instance, ctx is the context Node, xpath_str is a
String holding the query, pr is a PrefixResolver. You can then get a
NodeList with the "nodelist()" method in place of the "nodeset()".
Paul Brown
FiveSight Technologies, Inc.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] simple XPathAPI issue, Sanjay Pandey/Towers | Thread | RE: [xsl] simple XPathAPI issue, Sanjay Pandey/Towers |
| RE: [xsl] Identifying an element, Mitchell, Edmund | Date | RE: [xsl] Determining last node, Joerg Pietschmann |
| Month |