Subject: Re: where does one stick the doctype?
From: David N Bertoni/Cambridge/IBM <david_n_bertoni@xxxxxxxxxx>
Date: Thu, 20 Mar 2003 11:32:46 -0800
|
> "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...
It works if your processor supports disable-output-escaping, but not all
do. Why not use the facility built into the language?
<xsl:output
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
"/>
Dave
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- where does one stick the doctype?
- Kovach, Dave - Thu, 20 Mar 2003 13:41:15 -0500 (EST)
- Steve Rosenberry - Thu, 20 Mar 2003 14:07:53 -0500 (EST)
- David N Bertoni/Cambridge/IBM - Thu, 20 Mar 2003 14:36:16 -0500 (EST) <=
- Mike Brown - Thu, 20 Mar 2003 14:37:54 -0500 (EST)
- Mike Brown - Thu, 20 Mar 2003 14:28:58 -0500 (EST)
- <Possible follow-ups>
- Kovach, Dave - Thu, 20 Mar 2003 14:00:02 -0500 (EST)
- Passin, Tom - Thu, 20 Mar 2003 14:33:40 -0500 (EST)
|
|