[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl]
Subject: Re: [xsl] <!DOCTYPE
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Wed, 21 Jun 2006 07:59:53 +0100

So, exactly as Ken suggested :)

Joe


From: Bernie <berniecc@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] <!DOCTYPE
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
Keywords