Subject: RE: Producing <% ... %> tags in XSL
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Wed, 17 May 2000 09:55:54 +0100
|
According to the XSLT spec (16.2), this should work:
<xsl:text disable-output-escaping="yes"><% ... %></xsl:text>
which will output: <% ... %>
Ben
> -----Original Message-----
> From: Mattias Konradsson [mailto:Mattias.Konradsson@xxxxxxxxxxxxx]
> Sent: 17 May 2000 09:30
> To: 'Xsl-List (E-mail)
> Subject: Producing <% ... %> tags in XSL
>
>
>
> Probably a FAQ that I missed... how do you genereate
> "illegal" markup such
> as ASP delimiters <% aspcode.. %> for instance, the
> <[!CDATA[ sections
> doesnt work since they replace < with < etc... I'm
> generating asp
> through xsl. I thought I was being clever by using
> <script runat="server"> instead but it's being treated
> differently so it
> seems I have no choice. Appreciate any help.
>
>
>
> Regards
> ---
> [name] mattias.konradsson
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|