xsl-list
[Top] [All Lists]

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

2005-01-09 13:53:27
El dom, 09-01-2005 a las 15:42, Joe Fawcett escribió:
----- 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?

Cheers, dude.

Was a simple xpath missmatch.

xsl:stylesheet/xsl:template

instead of xsl:template.

Thanks again.
-- 
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>