Re: me escape logic escapes me

Subject: Re: me escape logic escapes me
From: John Robert Gardner <John.Robert.Gardner@xxxxxxxxxxxx>
Date: Tue, 22 Aug 2000 18:50:05 -0400
<xsl-list@xxxxxxxxxxxxxxxx> wrote:
>Date: Tue, 22 Aug 2000 13:51:22 -0700
>Hi all,
>
>I've noticed that when I use &amp; entity as part of a value in a
><xsl:attribute name="src"> node, nameley for a dynamic URL with encoded
>parameters, the parser refuses to change it to a "&" character. Fortunately,
>it doesn't interfere with the loading of the URL in the src attribute in the
>output HTML, but I am curious as to why I can't produce "&" within an

You can do this, using Saxon.   Saxon has an extension attribute:
	saxon:disable-output-escaping
that will do the trick.  Kay's example is quite like what you describe

	http://users.icl.co.uk/mhkay/saxon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
John Robert Gardner
Enterprise Management Architecture
Sun Microsystems
Burlington, MA 01803
<remote />
http://vedavid.org/diss/


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


Current Thread