xsl-list
[Top] [All Lists]

Re: Problem with images / output method

2004-12-28 14:18:28
António Mota <xptm(_at_)sapo(_dot_)pt> 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"/>

-- 


--~------------------------------------------------------------------
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>