Re: Q.) Encode URL inside HTML Anchor Tag.

Subject: Re: Q.) Encode URL inside HTML Anchor Tag.
From: Mike Brown <mike@xxxxxxxx>
Date: Sat, 18 Nov 2000 22:12:04 -0700 (MST)
David Carlisle wrote:
> You don't need to apply any function, The XSL processor will
> autonmatically URL encode href attributes when using  the
> html output method.

No. It is the coder's responsibility to ensure that the value is a
properly encoded URI before it is serialized.

For href and other attributes that the HTML DTDs say take a URI value, the
XSLT spec only says that non-ASCII characters should be automatically
URL-encoded.

This is not equivalent to the broad stroke of applying URL-encoding to the
entire attribute value. It does not follow that '%' and ' ' in the value
should be forced to be '%25' and '%20' upon serialization, for example.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/



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


Current Thread