[Zope] XHTML and Zope

Sebastian Queißer sebastian@queisser-net.de
Sun, 06 Apr 2003 17:36:38 +0200


Dieter Maurer schrieb:
> Sebastian Queißer wrote at 2003-3-31 15:26 +0200:
>  > I've got a XHTML-Document with MathML. This document is static and 
>  > should only be served by zope. The problem is, that in older versions 
>  > than 2.6.0 it is working, but since this version the document my browser 
>  > (mozilla) starts loading the document, shows the title and the stops 
>  > without error. This is strange, because the document is valid and it 
>  > works with an older version of zope. Is this a bug or did I do something 
>  > wrong?
> 
> I would use a TCPLogger (such as Shane's "tcpwatch") to
> analyse what happens between browser and Zope.
I think I know the problem:
The xsl stylesheet I use lies in zope, when I use this one from 
www.w3.org it works.
How can I include a stylesheet lying in Zope?
The tag I use is:
<?xml-stylesheet type="text/xsl" 
href="http://www.w3.org/Math/XSL/pmathml.xsl"?>

Thanks
Sebastian