Re: list box... options

Subject: Re: list box... options
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 29 Sep 1999 17:12:13 +0100 (BST)
>   <options value="<xsl....

It is illegal XML to try to put an element into an attribute
value, so this will fall over the XML parser, before XSL ever sees
your stylesheet.

This is why XSL introduced attribute value templates if an attribute
is described as taking an attribute value template, it means you can use
{...} as a kind of shorthand for xsl:value-of.

 <options value="{hotel_code}"/>

David


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


Current Thread