Re: [xsl] <!DOCTYPE

Subject: Re: [xsl] <!DOCTYPE
From: Bernie <berniecc@xxxxxxxxx>
Date: Tue, 20 Jun 2006 18:11:57 +0200
It worked by using the next statement (pay attention to the last attribute):

<xsl:output method="html" encoding="utf-8" indent="yes"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" />

Thank you.
Bernie.

On 6/20/06, Chad Chelius <cchelius@xxxxxxxxxxxxxxx> wrote:
Thanks Ken, that did help!

On Jun 20, 2006, at 11:27 AM, G. Ken Holman wrote:

> You can only avoid the system identifier if you are producing HTML,
> you cannot avoid the system identifier if you are producing XML.
>
> Use:
>
>   <xsl:output method="html" doctype-public="xxxxxx"/>
>
> and a conforming processor supporting HTML should not complain.
>
> I hope this helps.
>
> . . . . . . . . Ken




--
http://librexpresion.org

Current Thread