Subject: Re: How to perse the whole source document
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Wed, 30 May 2001 10:25:07 +0100
|
Hi Mo,
> I've tried the templates but it did not quite work properly. For
> each <sid> in the resulting xml, the xsl produces the result only
> for the first <para> group for the source xml.
Sorry - my mistake. In the para-matching template use:
not(preceding-sibling::para[1]/@name = $as)
rather than:
preceding-sibling::para[1]/@name != $as
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Jeni Tennison - Sat, 26 May 2001 04:31:25 -0400 (EDT)
- Mohammed Rahman - Tue, 29 May 2001 16:37:46 -0400 (EDT)
- Jeni Tennison - Wed, 30 May 2001 05:45:37 -0400 (EDT) <=
|
|