Subject: Re: a quick question re: html entity
From: "Charles White" <chuck@xxxxxxxxxxx>
Date: Thu, 6 Feb 2003 22:43:17 -0800
|
Relax. Most browsers will interpret the & correctly, so don't worry
about escaping in this instance. & is the correct behavior in HTML
anyway.
Cheers,
Chuck White
Author, Mastering XSLT, Sybex Books
http://www.javertising.com/webtech
http://www.tumeric.net
----- Original Message -----
From: "Terence Kearns" <tk.lists@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, February 06, 2003 10:11 PM
Subject: Re: a quick question re: html entity
> On Fri, 07 Feb 2003 16:46:44 +1100, "Terence" <tk.lists@xxxxxxxxxxx>
> said:
>
> > It looks like I have no choice but to disable output escaping in this
> > particular instance.
> >
> > For the above example, I used the following code to produce it...
> > <form method="post" id="filter">
> > * *<xsl:attribute
> >
name="action"><![CDATA[/sops/sk.php?op=listing&NOCACHE=1&DEBUG=xml]]></xsl:a
ttribute>
> >
> > is there any way to achieve what I want without turning off output
> > escaping?
> >
>
>
> AAAAGGGGHHHHRRRR!!!!!
>
> xsl:attribute does not support the disable-output-escaping attribute
> :((((((
>
> why does it have to be so hard!
> _____________________________
> http://terencekearns.com
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|