[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl]


Subject: Re: [xsl] <xsl:template match="xsl:template">
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Sun, 9 Jan 2005 14:42:33 -0000

----- Original Message ----- From: "Thorsten Scherler" <thorsten@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Sunday, January 09, 2005 2:19 PM
Subject: [xsl] <xsl:template match="xsl:template">



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

Yes, in the source document, if you are processing a styleshhet for instance. What exactly are you tring to achieve?

--

Joe


Current Thread