Re: [xsl] Placing a DOCTYPE in an XSL file

Subject: Re: [xsl] Placing a DOCTYPE in an XSL file
From: Kevin Rodgers <kevin.rodgers@xxxxxxx>
Date: Fri, 29 Apr 2005 10:56:36 -0600
Jaime Stuardo writes:
> I need to place this definition in an XSL:
> 
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
> 
> I tried just after the prolog, and in other parts but I get always
> errors. Ho can I do it?

<xsl:output method="xhtml"
  doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"/>

-- 
Kevin Rodgers

Current Thread