[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

'%' in output attributes?

Subject: '%' in output attributes?
From: David Engberg <dave.engberg@xxxxxxxxxxxx>
Date: Fri, 14 Apr 2000 10:55:13 -0700
david engberg
Didn't see this one in the FAQ or histories, although it's closely related to the '&' in attributes question ...

I want to produce HTML links that contain escaped characters, but when I put this in XSL:
<a href="foo.cgi?formula=xml%2Bxsl&amp;result=html">...</a>
It turns into this in HTML (Saxon 5.1, IBM's XML parser):
<a href="foo.cgi?formula=xml%252Bxsl&amp;result=html">...</a>
Notice that the intended "%2B" got escaped to "%252B".


Browsers seem to handle the '&amp;' in the URLs by translating to '&', but the escaped '%252B' goes all the way through to the server when the link is clicked.

The only way I have found to get an unescaped '%' into output HTML so far has been by constructing the link manually using <xsl:text disable-output-escaping="yes">, but I know that's a sign I'm doing something wrong. Anyone know the right way to do this?



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.