Re: [xsl] XSL stylesheet syntax help

Subject: Re: [xsl] XSL stylesheet syntax help
From: Peter Hickman <peter@xxxxxxxxxxxxx>
Date: Wed, 03 Dec 2003 14:21:12 +0000
dan@xxxxxxxxxxxxxxx wrote:
<xsl:when test="<xsl:value-of select="InputType"/>='S'">

message.xsl:23: error: Unescaped '<' not allowed in attributes values <xsl:when test="<xsl:value-of select="InputType"/>='S'">

I think you need:

<xsl:when test="{InputType}='S'">

However this just got past that error to run smack into several more.


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread