RE: [xsl] Test for preceding-sibling and text

Subject: RE: [xsl] Test for preceding-sibling and text
From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx>
Date: Thu, 11 Nov 2004 07:14:00 +0000
Hi Andrew,

Thank you for your answer. I have found that the question might not be as simple as my example XML and XSL in my initial mail.

I am not sure that I understand what your solution does, but I will certainly look at it.

Regards,
Ragulf Pickaxe :-)


How about:


 test="generate-id() = generate-id(preceding-sibling::*[local-name() =
local-name(current())][1]/following-sibling::*[1])"

Which should check that the current node is the element which
immediately follows the nearest preceding-sibling element with the same
local name.  As the check uses * it skips text only nodes.

cheers
andrew

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.com/


Current Thread