xsl-list
[Top] [All Lists]

Re: [xsl] <!DOCTYPE

2006-06-20 08:59:20
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>