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: generating ampersand for html "a href="


> that I wish to
> generate an html link that looks like.
>
> <a href="page?param=val&param2=val2>

> I've tried many things to get the "&" to come out not as an
> "&amp"

"&amp;" is correct, "&" is wrong. Every decent browser will accept "&amp;",
so just let your XSLT processor do its thing.

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]