[Home] [By Thread] [By Date] [Recent Entries]
Dave Pawson wrote:
I think you want to compare node identity so with XSLT 2.0 you should do select="following-sibling::para[preceding::title[1] is $this]" or with XSLT 1.0 you should compare the generate-id results: select="following-sibling::para[generate-id(preceding::title[1]) = generate-id($this)]" -- Martin Honnen http://JavaScript.FAQTs.com/
|

Cart



