In my XSLT file, I have the following:
<input type="button" value= <xsl:value-of select="name">>
It s an error as it violates XML rule.
What I actually want is having a value from an XML file assigned to value parameter in the HTML output. How do I do this? Thanks