RE: [xsl] Immediately preceding-sibling

Subject: RE: [xsl] Immediately preceding-sibling
From: m.vanrootseler@xxxxxxxxx
Date: Tue, 21 Oct 2003 16:02:33 +0200
Thanks everyone, this was just what I was looking for! I'm not sure I
understand the '[self::nospace]' part, though (the rest is clear to me).
Could anyone explain the 'grammar' for me?

Mick


owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] Michael Kay
20 oktober 2003 18:58
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
RE: [xsl] Immediately preceding-sibling

To test whether the immediately preceding element is a nospace element,
use

test="preceding-sibling::*[1][self::nospace]"

Michael Kay




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread