RE: [xsl] empty element as an end-marker

Subject: RE: [xsl] empty element as an end-marker
From: Jarno.Elovirta@xxxxxxxxx
Date: Fri, 28 Mar 2003 08:55:17 +0200
Hi,

> my problem is easily explained. This is the simple xml:
> 
> <p>some text some text <pb/>more text more text</p>
> 
> In my (html) output I need to process and reproduce the 'some 
> text' (ie. up
> to the <pb/>) without the 'more text'. (Of course I also need 
> to output just
> the 'more text' in another instance.) I'm having some trouble 
> with this.
> Also the 'some text' contains tags which need to be processed by the
> stylesheet.

select="node()[not(self::text() and preceding-sibling::pb)]"

Cheers,

Jarno - Dulce Liquido: Psicosis - who'd want to be in love in Fridays anyway when you have music like this...

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


Current Thread