[ http://issues.apache.org/jira/browse/XALANJ-2243?page=all ]
Henry Zongaro resolved XALANJ-2243:
-----------------------------------
Resolution: Cannot Reproduce
XSLT does not provide a mechanism for indicating that an attribute value should
not be escaped. The only way I can think of to do what you are trying to do
what I think you are doing would be to construct a text node using
disable-output-escaping that represents the entire input element tag, like this:
<xsl:text disable-output-escaping><input type="text" SIZE="62" name="text1"
value="</xsl:text>
<xsl:value-of select="$temp" disable-output-escaping="yes"/>
<xsl:text disable-output-escaping>" /></xsl:text>
However, it's sitll not absolutely clear what you are trying to do, what you
expect the output to look like, and what output you are actually seeing, so I'm
marking this as "Cannot reproduce". If feel there is a bug here, please
provide a complete XSLT stylesheet, input XML document and expected output that
demonstrates the problem, and reopen the bug report.
> <input type="text" SIZE="62" name="text1" value="{$temp} " />
> disable-output-escaping="yes" is not working
> ----------------------------------------------------------------------------------------------------------
>
> Key: XALANJ-2243
> URL: http://issues.apache.org/jira/browse/XALANJ-2243
> Project: XalanJ2
> Type: Bug
> Components: Xalan
> Reporter: sarajit ghosh
>
> <xsl:variable name="temp"><xsl:text
> disable-output-escaping="yes"><![CDATA[تنن]]></xsl:text></xsl:variable>
> <input type="text" SIZE="62" name="text1" value="{$temp} " />
> disable-output-escaping="yes" is not working when we are assigning a unicode
> value to a text box.
> here processor parse تنن
> So in browser desired output should be ???
> But it is coming تنن
> Can any one help me in this regard.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]