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
|