See http://www.w3.org/TR/xslt#section-HTML-Output-Method
"The html output method should output boolean attributes (that is attributes with only a single allowed value that is equal to the name of the attribute) in minimized form. For example, a start-tag written in the stylesheet as <OPTION selected="selected"> should be output as <OPTION selected>" HTH > -----Original Message----- > From: Roland [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 16, 2002 3:53 PM > To: Gary L Peskin; [EMAIL PROTECTED] > Subject: RE: <xsl:copy-of> eating attribute values > > > At 03:32 PM 4/16/02 -0700, Gary L Peskin wrote: > >Have you specified an output method of HTML or is the first element > >output <html>? > > <xsl:output method="html"/> > > This is in the stylesheet, so I would say yes. > > Roland >
