RE: Preceding-siblings

Subject: RE: Preceding-siblings
From: Matthew Bentley <Matthew.bentley@xxxxxxxxxxxxxx>
Date: Tue, 8 Aug 2000 13:01:53 +1200
>Can someone give me a simple example of how to use the preceding-siblings
>expression properly?

Sure (you mean preceding-sibling of course):

<xsl:template match="document/para[preceding-sibling::title]">

Template matches a para element where the parent node is a document element
and
the previous node (On the node-level underneath document) is a title
element.

- Matt
******************************************************************
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