On Wed, Feb 17, 2010 at 6:03 PM, Dave Pawson <[email protected]> wrote: > > match on the section. > > value-of > select=".//text:change-start::following:*[not(preceding::*...@text:change:id='ct47...'])]/text()" > > basically, find all text nodes, > after the text change start node, > which don't have a preceding node with the same id as the current > change-start. >
This didnt seem to work for me i tried a variant but thats also not woking //text:change-sta...@text:change-id='ct472232592']/following::text()[not(//text:change-e...@text:change-id='ct472232592']/following::text()] running the 2 Xpaths independently seems to yeild correct results however the not() does not seem to work ? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
