Hi,
I need to output a DOCTYPE declaration using IE's XSL processor (tied by server
constraints - Cold Fusion). I've been all over looking for a way to do it, found nothing
on the MS site, and on this list found the following:
<xsl:text><![CDATA[<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">]]></xsl:text>
which only works with XSLT compliant processors. I know that XT also supports xsl:output
to produce the same DOCTYPE declaration.
Alternatively, does anyone have any inside knowledge of when the MS XSL will become
compliant with the recent recommendation?
best,
James Carlyle
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|