xsl-list
[Top] [All Lists]

Re: [xsl] Getting epub: namespace into root html element

2014-06-25 07:00:54

Yes, but... assuming you are serializing, character maps are supported by all 
XSLT 2.0 processors, while disable-output-escaping might not, regardless 
whether you are serializing, and even if it is supported, the way the spec is 
written, it seems to allow differences to exist (because of the use of 
"should" in that section). The way I see it: avoid d-o-e and (if possible, 
always) use character maps in favor of it.


Yes, that's the advice in the spec. But I think that in practice, most 
processors DO implement d-o-e, and problems with d-o-e arise not because it's 
not implemented in the processor, but because the transformation isn't 
serializing its output.

Michael Kay
Saxonica
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>