Re: Question about if statement in xsl file

Subject: Re: Question about if statement in xsl file
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 4 Apr 2000 11:47:54 +0100 (BST)
> I've tried the same code in a htm file just to check if 
> the statement work and it did.

were you using the xml or html output method from your XSL?
in the former case your < will be output as &gt; and may well
not work in the script environment in a browser as you intend.

You could try adding the attribute 
cdata-section-elements = "script" 
to your xsl:output element if you are using the xml method.

David


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


Current Thread