[xsl] <xsl:template match="xsl:template">

Subject: [xsl] <xsl:template match="xsl:template">
From: Thorsten Scherler <thorsten@xxxxxxxxxx>
Date: Sun, 09 Jan 2005 15:19:02 +0100
Hello list,

I wonder whether it is possible to match a xsl:template.

  <xsl:template match="/">
    <xsl-transform>
      <xsl:apply-templates select="xsl:template"/>
    </xsl-transform>
  </xsl:template>
  
  <xsl:template match="xsl:template">
    <reached/>
  </xsl:template>

TIA for any information.
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)

Current Thread