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(_at_)agitraining(_dot_)com> 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
--~------------------------------------------------------------------
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>
--~--
--
http://librexpresion.org
--~------------------------------------------------------------------
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>
--~--