Hi All,
I have one scenario,
In xslt i have used a input tag of type="button" with id="button1", Now in xslt if a condtion is met,
suppose
<xsl:if test="price > 10">
i need to disable the button1
Can any one please suggest me how to achieve this using xslt.
Thanks in advance.
Regards,
Sireesha