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
|