[Zope] XHTML and Zope
Dieter Maurer
dieter@handshake.de
Mon, 31 Mar 2003 22:52:53 +0200
Sebastian Quei=DFer wrote at 2003-3-31 15:26 +0200:
> I've got a XHTML-Document with MathML. This document is static and=20
> should only be served by zope. The problem is, that in older versions=20
> than 2.6.0 it is working, but since this version the document my brows=
er=20
> (mozilla) starts loading the document, shows the title and the stops=20
> without error. This is strange, because the document is valid and it=20
> works with an older version of zope. Is this a bug or did I do somethi=
ng=20
> wrong?
I would use a TCPLogger (such as Shane's "tcpwatch") to
analyse what happens between browser and Zope.
Dieter