I am trying to use this in an XSL template:
<xsl:value-of select="@attributename" disable-output-escaping="yes"/>
When I do this, the result I get is the attribute value escaped, with
the following text both preceding and trailing the attribute:
<?javax.xml.transform.disable-output-escaping ?>
I was expecting the value of the attribute, with no escaping. Then,
my attribute value could have some HTML or XML that would be rendered
by the browser. Am I doing something wrong?
John
-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.
Does your code think in ink? You could win a Tablet PC.
Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user
- [dom4j-user] disable-output-escaping John Brayton
- [dom4j-user] disable-output-escaping Tony Giaccone