Re: [xsl] Parsing xsl:variable into HTML

Subject: Re: [xsl] Parsing xsl:variable into HTML
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 Jul 2003 11:49:36 +0100
> <input type="checkbox" id="<xsl:value-of select="$CB_ID" />" onclick=""/>

That answer isn't even well formed XML (not that all my answers are well
formed either)

<input type="checkbox" id="{$CB_ID}" onclick=""/>

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread