Subject: Re: <xsl:template match="xsl:template">
From: Thorsten Scherler <thorsten@xxxxxxxxxx>
Date: Sun, 09 Jan 2005 21:53:27 +0100
|
El dom, 09-01-2005 a las 15:42, Joe Fawcett escribis:
> ----- Original Message -----
> From: "Thorsten Scherler" <thorsten@xxxxxxxxxx>
> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Sunday, January 09, 2005 2:19 PM
> Subject: <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)
|