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

Re: [xsl]
Subject: Re: [xsl] <!DOCTYPE
From: Chad Chelius <cchelius@xxxxxxxxxxxxxxx>
Date: Tue, 20 Jun 2006 12:00:56 -0400

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


Current Thread