This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: simple XPathAPI issue




Paul,

>You can then get a
>NodeList with the "nodelist()" method in place of the "nodeset()"

Can you pl give me the exact syntax for getting the nodelist() from the
NodeIterator we have (using nodeset()) ?

Thanks for your help,
Sanjay



                                                                                                                                 
                                                                                                                                 
                                                       To:     <xsl-list@lists.mulberrytech.com>                                 
                    "Paul Brown"                       cc:     (bcc: Sanjay Pandey/Towers Perrin)                                
                    <prb@fivesight.com>                Subject:     RE: [xsl] simple XPathAPI issue                              
                    Sent by:                                                                                                     
                    owner-xsl-list@lists.mulber                                                                                  
                    rytech.com                                                                                                   
                                                                                                                                 
                                                                                                                                 
                    08/14/2001 04:39 PM                                                                                          
                    Please respond to xsl-list                                                                                   
                                                                                                                                 
                                                                                                                                 




> [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






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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]