RE: disable escaping in copy

Subject: RE: disable escaping in copy
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 8 Jun 2000 11:17:35 +0100
> The following xsl was applied to the following xml to generate the
> following output. The desired output should contain double quotes (")
> instaid of the representation (%22).

URLs in output HTML attributes are supposed to be escaped like this.
Browsers should handle the result correctly. (Which doesn't mean that they
always will...)

> How can I disable the output escaping when I am coping an attribute
> value to appear as an attribute value?

Saxon has an extension saxon;disable-output-escaping on xsl:attribute.

Mike Kay


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


Current Thread