Subject: Re: multiple transformations (pipelining) in one stylesheet
From: Oliver Lietz <list@xxxxxxxxxxxxxx>
Date: Fri, 19 Oct 2007 18:47:26 +0200
|
Am Freitag, 19. Oktober 2007 schrieb Martin Honnen:
[...]
> <xsl:template match="para">
> <p>
> <xsl:apply-templates />
> </p>
> </xsl:template>
>
> <xsl:template match="/">
> <xsl:apply-templates select="/file/content/para"/>
> </xsl:template>
>
> </xsl:stylesheet>
The original '<xsl:template match="/">' in my stylesheet is more complex (more
paragraphs, lists, headlines) where it wouldn't work this way.
O.
|