|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: AW: simple conditional looping
> maybe a silly question, but why exactly do you need the ()? something > like //* with a predicate [] should be enough or not? A predicate in an axis step just filters that step. //*[position() < 50] is /descendent-or-self::node/child::*[position() < 50] so it gives you all element nodes in the document that have fewer than 49 older siblings. On the other hand (//*)[position() < 50] is (/descendent-or-self::node/child::*)[position() < 50] which gives you the first 49 element nodes in the document. David ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________
|
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
|

Cart








