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]

RE: disable escaping in copy


> 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

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