xsl-list
[Top] [All Lists]

RE: Disable output-escaping

2005-01-25 16:22:49
the problems 
that come with d-o-e are all related to the fact that, unlike almost 
everything else you do in XSLT, what this feature controls is the 
serializer that writes the output to a file, not the processor that 
generates the output (the "result tree") to begin with.

There are other aspects of XSLT that exist solely to control serialization,
notably xsl:output. However, what makes d-o-e particularly pernicious is
that it requires "out-of-band" communication between the transformer and the
serializer: it requires individual characters in the result tree to have
properties that are not visible in the data model.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--