Hi David,
I have tested SVG with Zope.
You can put the XML File (SVG) inside a dtml
document.
Only thing you have to do is to set the header at
the beginning of the document.
<dtml-call "RESPONSE.setHeader('Content-Type',
'image/svg+xml')">
Then you can call it from another objekt and
integrate the SVG file inside your HTML code.
<OBJECT data="test.svg"
type="image/svg+xml">
This is a <EM>closeup</EM> of the Grand
Canyon.
</OBJECT>
Cheers Jens
----- Original Message -----
Sent: Sunday, October 14, 2001 3:52
AM
Subject: [Zope] SVG files in Zope
Is it possible to use Scalable Vector Graphics
(SVG) files in Zope ? If so, is there an example of using one?
Regards,
David