Subject: RE: Generating non-HTML in a HTML document
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 16 Jun 1999 18:21:00 +0100
|
> I want to generate the ASP delimiters <% and %> in my generated HTML
> page. I'm using xt based on the april working draft.
In pure XSLT you can't, because <% and %> are not valid HTML!
SAXON allows an escape route, you can write
<xsl:tag>% your ASP code here %</xsl:tag>
Also useful for producing a DOCTYPE declaration and other angle-bracketted
paraphernalia. And for abominable cheating if that's your cup of tea.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|