[Zope] XHTML and Zope

Samir Mishra SamirMishra@cbuae.gov.ae
Mon, 7 Apr 2003 08:56:40 +0400


Move pmathml.xsl to a local folder in your Zope installation (w/ =
anonymous
view rights) and use -
<?xml-stylesheet type=3D"text/xsl"=20
href=3D"<dtml-var expr=3D"BASE0 + '/path-to-xsl-file/pmathml.xsl'">"?>

-----Original Message-----
From: Sebastian Quei=DFer [mailto:sebastian@queisser-net.de]
Sent: Sunday, April 06, 2003 19:37
To: Dieter Maurer
Cc: Zope
Subject: Re: [Zope] XHTML and Zope


Dieter Maurer schrieb:
> Sebastian Quei=DFer 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=20
>  > than 2.6.0 it is working, but since this version the document my
browser=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
something=20
>  > wrong?
>=20
> 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=20
www.w3.org it works.
How can I include a stylesheet lying in Zope?
The tag I use is:
<?xml-stylesheet type=3D"text/xsl"=20
href=3D"http://www.w3.org/Math/XSL/pmathml.xsl"?>

Thanks
Sebastian



_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -=20
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )