Bedas
August 13th, 2001, 09:27 AM
I'm trying to convert some XML source to HTML form with XSL transformation. When I try to create attribute named "value" for some HTML tag, it doesn't work. For attributes with different name it works fine.
Can somebody help me ?
XSL snippet:
<INPUT type="text">
<xsl:attribute name="value">
xxxxxxxx</xsl:attribute>
</INPUT>
Can somebody help me ?
XSL snippet:
<INPUT type="text">
<xsl:attribute name="value">
xxxxxxxx</xsl:attribute>
</INPUT>