RE: [xsl] ASP in XSL ? (Need URL Encoding)

Subject: RE: [xsl] ASP in XSL ? (Need URL Encoding)
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 19 Apr 2001 10:42:46 +0100
With <xsl:output method="html">, URLs in the output should be properly
encoded/escaped.

This is assuming that you are using the XSLT processor's serializer, and not
(as Microsoft users often seem to do) outputting to a DOM and then
serializing from that.

Mike Kay
Software AG

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> Serdar Kilic
> Sent: 19 April 2001 03:58
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] ASP in XSL ? (Need URL Encoding)
>
>
> Hi all,
>   Using MSXML3 I'm doing a server side transformation using
> XSL. This may
> seem like a silly question but I really need to use the
> Server.URLEncode
> function of ASP to encode my href's, but it's not working
> (error:object
> required). I know that XSL doesn't support any type of URL
> encoding but is
> there any plans to do so ? How are people tackling this
> problem today ?
>
> Cheers,
> Serdar
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread