xsl-list
[Top] [All Lists]

RE: Test for preceding-sibling and text

2004-11-11 00:14:00
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--