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

Subject: checked feature of HTML in XML/XSL? Is it possible?
From: "Rohit Peyyeti" <rohit@xxxxxxxxxxxxxxxxx>
Date: Thu, 20 Jul 2000 18:42:41 +0530
Hello:

I want to implement 'checked' feature of HTML <input> tag in XML/XSL.

I have a tag which looks like this in .XML file:
 <tag type="checkbox" checked="yes">

I will now apply XSL to the XML file:
<input>
 <xsl:attribute name="type"><xsl:value-of
select="@checkbox"/></xsl:attribute>
</input>

In the above scenario how do I implement 'checked' feature in XSL?

Any help on this would be great.

thanks,
Rohit Peyyeti







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


Current Thread