This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Welcome comments: White spaces in HTML pages from XSLT


"Julian Reschke" <julian.reschke@gmx.de> wrote:
> You say that no examples have been given where disable-output-escaping won't
> work. This is not true.
> - - Transformix in Mozilla
> - - .NET XSLT engine
> - - Xalan in Coocoon
> - - Any XSLT engine when producing a DOM tree rather than a stream

Well, accuse me of nitpicking: No processor will honor a d-o-e
directive unless it serializes the result. AFAIK all of the processors
above will follow the d-o-e directive if they are serializing the result
itself ("Xalan in Cocoon" is not really a processor, it's more "a processor
embedded in a framework" or so). Whether a processor serializes the
transformation result depends on how the processor is used.

I'd really like to have the transformation and serializing pass
better separated in the XSL spec.

Regards
J.Pietschmann

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]