Subject: Re: How to get page range within a group
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 12 Sep 2008 15:29:19 +0100
|
> //doc//pb[1]
> will return the first <pb> descendant of all <doc> elements
that would be //doc/descendant::pb[1]
//doc//pb[1]
returns all pb elements that are descendants of a doc element, that have
no earlier siblings of the same name.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
|