[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Patterns usage in XSLT template rules
Subject: Re: [xsl] Patterns usage in XSLT template rules
From: Bruce D'Arcus <bdarcus@xxxxxxxxx>
Date: Mon, 2 May 2005 08:40:11 -0400
|
On 5/2/05, Ramkumar Menon <ramkumar.menon@xxxxxxxxx> wrote:
> I run into a compilation error while using this stylesheet..
>
> <xsl:template match="(/)">
> <o1:NeverPrints/>
> </xsl:template>
It should be just "/", in the same way that it's "foo" not "(foo)".
Bruce
|