This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Suggestion for XSLT 2.0


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]