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: href parameters in xsl; trouble with &


Put the "&" into a CDATA section :
<xsl:element name="a">
<xsl:attribute
name="href">mykernel.asp<![CDATA[?login=abcd&pwrd=dsqd]]></xsl:attribute>
login
</xsl:element>

JB
----- Original Message -----
From: "Jens Lautenbacher" <jtl@schlund.de>
To: <xsl-list@mulberrytech.com>
Cc: <XSL-List@mulberrytech.com>
Sent: Friday, June 23, 2000 2:29 PM
Subject: Re: href parameters in xsl; trouble with &


> Darryl.McCool@nurun.com writes:
>
> > How can I set up a hyperlink like this where the stylesheet treats the
> > amphersands like amphersands and not entity references?
>
> You don't need to. just use &amp; here.
>
>         jtl
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]