xsl-list
[Top] [All Lists]

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

2005-01-09 07:19:02
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)


--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>