RE: checked feature of HTML in XML/XSL? Is it possible?

Subject: RE: checked feature of HTML in XML/XSL? Is it possible?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 20 Jul 2000 15:15:17 +0100
> I want to implement 'checked' feature of HTML <input> tag in XML/XSL.

If you output <input checked="checked"/> using <xsl:output method="html"/>,
the result should be <input checked>.

This is XSLT 1.0: no idea what the original Microsoft IE5 does.

Mike Kay 


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


Current Thread