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: <A> with parameters


> 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


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