Subject: RE: Output is incorrect...
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 2 Oct 2000 10:13:54 +0100
|
> I am writing a very simple application that converts XML
> into HTML using an
> XSL sheet However, I am getting confusing output that I just
> do not exepect to see.
> <xsl:template match="cat[@id=$id]">
Match patterns used in xsl:template are not allowed to contain variable
references, so a conformant processor should reject this.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|