T
Tony
I'm working with a web application that uses xslt to diplay info
contained in a xml file. The xslt file also contains input fields
to be submitted to the database. When I have a backquote, `, in as
the first character of a field it seems to break the xslt.
For some reason it uses that backquote as ending quote for the value
field.
In the xsl file the input tag reads as follows:
<input type='text' name='fname' DisplayText='First Name' size='`0'
onChange='OnDataChange();' value='{@FIRST_NAME}'>
contained in a xml file. The xslt file also contains input fields
to be submitted to the database. When I have a backquote, `, in as
the first character of a field it seems to break the xslt.
For some reason it uses that backquote as ending quote for the value
field.
In the xsl file the input tag reads as follows:
<input type='text' name='fname' DisplayText='First Name' size='`0'
onChange='OnDataChange();' value='{@FIRST_NAME}'>