On Thu, Feb 18, 2010 at 2:37 PM, Dave Pawson <[email protected]> wrote: > you write //text:change, it should be .// i.e. relative to the current node? > You could try dumping the value > <xsl:message> > <xsl:value-of select='' .... > > to see what is being gathered. > > Then build up the expression to see what is collected? > The not expression is intended to stop when the end of the change is met? > That happens when the id value of the end is the current node? > There are other ways of expressing this terminating condition. > >
Many many thanks for following up with more questions -- I was finally able to get the correct expression. //text:change-sta...@text:change-id='ct-472232592']/following::text()[not(preceding::text:change-e...@text:change-id='ct-472232592'])] I am doing it relative to the document root thats why i have // instead of .// --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
