xsl-list
[Top] [All Lists]

Re: [xsl] multiple transformations (pipelining) in one stylesheet

2007-10-19 09:48:07
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.



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--