xsl-list
[Top] [All Lists]

Re: [xsl] Identify transform with disabled output escaping

2006-11-15 10:18:16

I have found some older messages claiming that the identify
transformation can not be done without xsl:copy

well that's not true of course as xsl:copy is more or less the same
thing as <xsl:element name="{name()}" on element names and xsl:copy-of
on everything else.

For me, these two statements imply that the
identify transformation can not be done with output escaping disabled.

so there is no problem except that use of the deprecated d-o-e feature
implies that there is a problem with the input source, most likely.

Is there a workaround for this?
just take the identity transform from the archives or the xsl spec and
add a template that matches text() and does xsl:value-of with d-o-e set
to yes.


David


--~------------------------------------------------------------------
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>
--~--