This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Embedding HTML Select Lists in XSL ????



>  Obviously, it thinks this is an
> XSL Select rather than an HTML select.

An XSL stylesheet doesn't just look like XML. it Is XML. The first thing
that happens is that it is parsed by an XML parser, and XML attributes
have to have a value with = and some quotes.

The fact that you are writing HTML does not alter th efact that the
stylesheet is read by an XMl parser.

select 

is just an SGML shorthand for missing out the name of the attribute
(which here is select as well) so use select="select".

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]