[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] How to URL encode?


Subject: Re: [xsl] How to URL encode?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 23 Apr 2005 00:01:49 +0100

> Hmmm...mine is not. Can you suggest anything?

well one of the following is true:

You are using the html output method, the element is a in no-namespace
and the attribute is href in no-namespace and any non ascii characters
in the attribute value are url %hex encoded in the output.

or

there is a bug somewhere

http://www.w3.org/TR/xslt#section-HTML-Output-Method
says

  The html output method should escape non-ASCII characters in URI
  attribute values using the method recommended in Section B.2.1 of the
  HTML 4.0 Recommendation.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread