RE: [xsl] <A> with parameters

Subject: RE: [xsl] <A> with parameters
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 27 Mar 2001 13:27:17 +0100
> NetClue v3.1
> Its a Java embedded browser, and I'm not sure if its HTML
> v4.0 or not.

Well, if it doesn't allow "&" to be written as "&amp;", then it isn't.

The only way out is disable-output-escaping.

Unfortunately standard XSLT 1.0 allows d-o-e only for text nodes, so you
have to write the whole element tag using d-o-e. Saxon has an extension,
saxon:disable-output-escaping on the xsl:attribute instruction, which was
designed to fill this gap.

Mike Kay


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


Current Thread