RE: [xsl] XML and XSL

Subject: RE: [xsl] XML and XSL
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 20 Jun 2001 13:11:06 +0100
> I have another question.
> In html, there is an element like <option
> selected>blahblah...</option>.
> How can I describe the attribute "selected" in XSL.

Use <option selected="selected">, which is the full syntax for this. When
you use the HTML output method, the abbreviated HTML/SGML syntax will be
used on output.

Mike Kay
Software AG


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


Current Thread