Re: [xsl] Problem with images / output method

Subject: Re: [xsl] Problem with images / output method
From: Daniel Bibbens <dbibbens@xxxxxxxxxx>
Date: Tue, 28 Dec 2004 13:18:28 -0800
Antsnio Mota <xptm@xxxxxxx> writes:

> If i put my output as 'xml' it's the other way around, it works on IE but
not on
> FF.

Try this for your output statement:

<xsl:output
      method="xml"
      media-type="text/html"
      doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
      doctype-system="DTD/xhtml1-strict.dtd"
      cdata-section-elements="script style"
      encoding="utf-8"/>

--

Current Thread