This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: ASP in XSL ? (Need URL Encoding)


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@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Serdar Kilic
> Sent: 19 April 2001 03:58
> To: XSL-List@lists.mulberrytech.com
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]