Disable-output-escaping isn't guaranteed to work in all circumstances. Some processors don't support it at all, but usually the reason it doesn't work is that you aren't doing the serialization via the XSLT processor - typically you are sending the output to a DOM tree, and then using the DOM serializer.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|