Suggestion for XSLT 2.0

Subject: Suggestion for XSLT 2.0
From: Matthew Bentley <Matthew.bentley@xxxxxxxxxxxxxx>
Date: Mon, 11 Sep 2000 13:29:42 +1200
In XSLT, at the moment, if you want to check if the preceding-sibling is a
particular element type, lets say, 'heading', then the following code is
necessary:

test="preceding-sibling::*[self::heading and position() = 1]"

It seems to me that this situation (I.e testing the type of an immediately
neighbouring element) is fairly common and there should be some abbreviation
for it for preceding, following, preceding-sibling and following-sibling.
Anybody agree?, disagree?

M@
******************************************************************
Warning: This email, including any attachments, 
is for the use of the intended recipient(s) only.
Republication and redissemination, 
including posting to news groups or web pages, 
is strictly prohibited without the express prior consent of Brooker's Limited.
******************************************************************


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


Current Thread