[Bug 30109] [xslt30] Sticky disable-output-escaping revisited

https://www.w3.org/Bugs/Public/show_bug.cgi?id=30109

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
Revisiting disable-output-escaping and writing a few more tests, I have
discovered a couple of cases where it's not working in my implementation. There
are a couple of situations where output is buffered before being sent to the
serializer:

(a) try/catch

(b) xsl:fork in streaming mode

and in these cases the DOE bit is not being maintained.

Although disable-output-escaping is deprecated it seems that a 3.0 processor
wanting to implement it in a conformant way has to make it work in these
situations as well as the situations where it is needed for backwards
compatibility.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 12 May 2017 10:30:20 UTC