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

Re: transforming hyperlinks encoding(?) problem

Subject: Re: transforming hyperlinks encoding(?) problem
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 6 Sep 2001 14:18:42 -0600 (MDT)
xsl convert url hyperlink
Vic Gar wrote:
> when I open the html file via apache web-server I see the title as should be 
> but when I click on the
> link it can't find the file.
> 
> I understand that html 4 requires special character in the URI to be 
> converted to UTF-8.

That's correct. This is not a problem with your XSLT processor.
It is behaving correctly.

This is more likely an incompatibility between the encoding that
is used by your filesystem for storing filenames, and the way that
whatever handles "file:" URLs on your system goes about decoding
the %xx sequences in the URL. (I doubt that it is Apache doing this;
it is probably your browser's internal URI resolver).

What operating systems are you using?

And did you mean to use "file:" URLs instead of "http:"?

Even if you use http, Apache will probably assume ISO-8859-1 based
%-escaping in the Request URI, and you'll have the same problem,
though you might be able to use mod_rewrite and an external URL
rewriting engine to get it into the format you need.

   - Mike
____________________________________________________________________________
  mike j. brown, fourthought.com  |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/

 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.