Re: [xsl] where does one stick the doctype?

Subject: Re: [xsl] where does one stick the doctype?
From: Steve Rosenberry <Steve.Rosenberry@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Mar 2003 14:09:40 -0500

"Kovach, Dave" wrote:
> 
> so I am trying to place a DOCTYPE declaration in my XSLT,
> but can't get it to render correctly - get errors like:
> 

This is what I resorted to:

<xsl:text disable-output-escaping="yes"><![CDATA[<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>]]>
</xsl:text>

There may be a better way, but this works...

-- 
Steve Rosenberry
Sr. Partner

Electronic Solutions Company -- For the Home of Integration
http://ElectronicSolutionsCo.com

(610) 670-1710

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


Current Thread