[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Finding nodes between other nodes
On Fri, Apr 23, 2010 at 03:46:10PM +0200, Martin Honnen wrote: > Nic Gibson wrote: > > >I'm trying to find all processing instructions that occur between the current > >node (which will always be a text node in this case) and the next text node > >(in document order). > > following::processing-instruction()[. >> current() and . << > current()/following::text()[1]] > > Within an XSLT stylesheet you will need to escape the '<<' operator > as '<<'. Of course. Thanks nic > -- > > Martin Honnen > http://msmvps.com/blogs/martin_honnen/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|