xsl-list
[Top] [All Lists]

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

2005-01-09 07:42:33
----- Original Message ----- From: "Thorsten Scherler" <thorsten(_at_)apache(_dot_)org>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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
--~------------------------------------------------------------------
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>