xsl-list
[Top] [All Lists]

Re: [xsl] IE Client side transformation issue

2007-07-28 20:55:50
On Sat, 28 Jul 2007 21:41:13 -0600, Ilya Sterin <sterini(_at_)gmail(_dot_)com> 
wrote:

<xsl:output method="html" doctype-public='-//W3C//DTD HTML 4.01//EN'
doctype-system="http://www.w3.org/TR/html4/strict.dtd"/>

At first glance I would try,

<xsl:output
     doctype-system="-//W3C//DTD HTML 4.01//EN"
     doctype-public="http://www.w3.org/TR/html4/strict.dtd";
     cdata-section-elements="script"
     method="html"
     omit-xml-declaration="yes" />

... if the above doesn't work, a URI with a sample that showcases the issue at hand will be a lot more helpful than would be anything else.

--
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155

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