[Zope3-dev] Re: .xpt extension for explicit xml processing

Fred Drake fdrake at gmail.com
Thu Jan 12 13:54:44 EST 2006


On 1/12/06, Tonico Strasser <contact_tonico at yahoo.de> wrote:
> I found another situation where HTML mode helps the author to be
> backward (speak MSIE 6) compatible:
>
> In XML mode this snippet
>
> <html xmlns="blah">
> <script></script>
> </html>
...
> . This would cause IE to display a blank page!

The code that's been written so far handles this by generating
<script></script> instead of <script/>.

Some details of the XML mode clearly have to be adjusted to make
browsers happy; that's a limitation of current browsers that we know
we have to live with.


  -Fred

--
Fred L. Drake, Jr.    <fdrake at gmail.com>
"There is no wealth but life." --John Ruskin


More information about the Zope3-dev mailing list