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: checked feature of HTML in XML/XSL? Is it possible?


> 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

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