[Zope] SVG files in Zope
Dave Kennedy
dkennedy@dksy.net
Wed, 17 Oct 2001 18:08:22 GMT
--------------=_4D4800A919BA03E8E898
Content-Description: filename="text1.txt"
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi Jens,
I got the same result with your example
ie. the test.svg can be "Viewed" but when it is included in index_html, =
only the text message is displayed.
I'm wondering if there is something I need to set in Zope=20
Here is my configuration
Zope Version=20
(Zope 2.4.0 (binary release, python 2.1, linux2-x86), python 2.1.0,=20
linux2)=20
Python Version=20
2.1 (#2, Jun 22 2001, 10:20:42) [GCC 2.7.2.3]=20
System Platform=20
linux2=20
Process Id=20
9952 (4101)=20
Running For=20
4 min 44 sec=20
David
Original Message dated 10/17/01, 3:50:20
Author: "Jens Grewen" <zope@grewen.de>
Re: Re: [Zope] SVG files in Zope:
Hi David,
=20
hmmm I cannot see why this shouldn=B4t work so
I have exported my svg test folder. see attachment!
=20
Import the testsvg.zexp to your zope and test my litttle example.
=20
Good luck
=20
Cheers=20
=20
Jens
----- Original Message -----=20
From: Dave Kennedy=20
To: Jens Grewen=20
Sent: Wednesday, October 17, 2001 1:20 AM
Subject: Re: [Zope] SVG files in Zope
Hi Gens,
I tried what you suggested and while, I can "View" the logo.svg image,=20=
only the text ("Logo") is displayed when called from index_html.
Here is index_html:
<dtml-var standard_html_header>
<OBJECT data=3D"logo.svg" type=3D"image/svg+xml">
Logo.
</OBJECT>
<dtml-var zope_quick_start>
<dtml-var standard_html_footer>
Any suggestions would be greatly appreciated
David
Original Message dated 10/15/01, 2:14:17
Author: "Jens Grewen" <zope@grewen.de>
Re: Re: [Zope] SVG files in Zope:
Hi David,
=20
I have tested SVG with Zope.
=20
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=20=
document.
=20
<dtml-call "RESPONSE.setHeader('Content-Type', 'image/svg+xml')">
=20
=20
Then you can call it from another objekt and integrate the SVG file=20
inside your HTML code.
=20
<OBJECT data=3D"test.svg" type=3D"image/svg+xml">
This is a <EM>closeup</EM> of the Grand Canyon.
</OBJECT>
=20
Cheers Jens
=20
----- Original Message -----=20
From: D K Systems Inc.=20
To: zope@zope.org=20
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?
=20
Regards,
David
--------------=_4D4800A919BA03E8E898
Content-Description: filename="text1.html"
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"CONTENT-TYPE" CONTENT=3D"text/html; charset=3Diso-8=
859-1">
<TITLE>Re: [Zope] SVG files in Zope</TITLE>
<META NAME=3D"GENERATOR" CONTENT=3D"StarOffice/5.2 (Win32)">
<META NAME=3D"CREATED" CONTENT=3D"20011016;16014164">
<META NAME=3D"CHANGEDBY" CONTENT=3D"David Kennedy">
<META NAME=3D"CHANGED" CONTENT=3D"20011017;11082181">
</HEAD>
<BODY BGCOLOR=3D"#ffffff">
<P STYLE=3D"margin-bottom: 0in">Hi Jens,</P>
<P STYLE=3D"margin-bottom: 0in">I got the same result with your example<=
/P>
<P STYLE=3D"margin-bottom: 0in">ie. the test.svg can be "Viewed&quo=
t;
but when it is included in index_html, only the text message is
displayed.</P>
<P STYLE=3D"margin-bottom: 0in"><BR>
</P>
<P STYLE=3D"margin-bottom: 0in">I'm wondering if there is something I
need to set in Zope=20
</P>
<P STYLE=3D"margin-bottom: 0in">Here is my configuration</P>
<P STYLE=3D"margin-bottom: 0in"><BR>
</P>
<TABLE BORDER=3D0 CELLPADDING=3D2 CELLSPACING=3D0>
<TR VALIGN=3DTOP>
<TD>
<P ALIGN=3DLEFT>Zope Version=20
</P>
</TD>
<TD>
<P ALIGN=3DLEFT>(Zope 2.4.0 (binary release, python 2.1, linux2-x86),=
python 2.1.0, linux2)=20
</P>
</TD>
</TR>
<TR VALIGN=3DTOP>
<TD>
<P ALIGN=3DLEFT>Python Version=20
</P>
</TD>
<TD>
<P ALIGN=3DLEFT>2.1 (#2, Jun 22 2001, 10:20:42) [GCC 2.7.2.3]=20
</P>
</TD>
</TR>
<TR VALIGN=3DTOP>
<TD>
<P ALIGN=3DLEFT>System Platform=20
</P>
</TD>
<TD>
<P ALIGN=3DLEFT>linux2=20
</P>
</TD>
</TR>
<TR VALIGN=3DTOP>
<TD>
<P ALIGN=3DLEFT>Process Id=20
</P>
</TD>
<TD>
<P ALIGN=3DLEFT>9952 (4101)=20
</P>
</TD>
</TR>
<TR VALIGN=3DTOP>
<TD>
<P ALIGN=3DLEFT>Running For=20
</P>
</TD>
<TD>
<P ALIGN=3DLEFT>4 min 44 sec=20
</P>
</TD>
</TR>
</TABLE>
<P STYLE=3D"margin-bottom: 0in"><BR>
</P>
<P STYLE=3D"margin-bottom: 0in">David</P>
<HR>
<P STYLE=3D"margin-bottom: 0in">Original Message dated 10/17/01, 3:50:20=
</P>
<P STYLE=3D"margin-bottom: 0in">Author: "Jens Grewen"
<zope@grewen.de></P>
<P STYLE=3D"margin-bottom: 0in">Re: Re: [Zope] SVG files in Zope:</P>
<HR>
<P><BR><BR>
</P>
<P STYLE=3D"margin-bottom: 0in"><FONT FACE=3D"Arial"><FONT SIZE=3D2>Hi D=
avid,</FONT></FONT></P>
<P STYLE=3D"margin-bottom: 0in"> </P>
<P STYLE=3D"margin-bottom: 0in"><FONT FACE=3D"Arial"><FONT SIZE=3D2>hmmm=
I
cannot see why this shouldn´t work so</FONT></FONT></P>
<P STYLE=3D"margin-bottom: 0in"><FONT FACE=3D"Arial"><FONT SIZE=3D2>I ha=
ve
exported my svg test folder. see attachment!</FONT></FONT></P>
<P STYLE=3D"margin-bottom: 0in"> </P>
<P STYLE=3D"margin-bottom: 0in"><FONT FACE=3D"Arial"><FONT SIZE=3D2>Impo=
rt
the testsvg.zexp to your zope and test my litttle example.</FONT></=
FONT></P>
<P STYLE=3D"margin-bottom: 0in"> </P>
<P STYLE=3D"margin-bottom: 0in"><FONT FACE=3D"Arial"><FONT SIZE=3D2>Good=
luck</FONT></FONT></P>
<P STYLE=3D"margin-bottom: 0in"> </P>
<P STYLE=3D"margin-bottom: 0in"><FONT FACE=3D"Arial"><FONT SIZE=3D2>Chee=
rs </FONT></FONT>
</P>
<P STYLE=3D"margin-bottom: 0in"> </P>
<P><FONT FACE=3D"Arial"><FONT SIZE=3D2>Jens</FONT></FONT></P>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in; font-style: normal; font-weight: medium">
<FONT FACE=3D"arial"><FONT SIZE=3D2>----- Original Message ----- </FONT>=
</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-bottom: 0in; border-top: none; border-bottom=
: none; border-left: 1.00pt solid #000000; border-right: none; padding-t=
op: 0in; padding-bottom: 0in; padding-left: 0.05in; padding-right: 0in">=
<SPAN STYLE=3D"background: #e4e4e4"><SPAN STYLE=3D"font-weight: medium">=
<SPAN STYLE=3D"font-style: normal"><FONT SIZE=3D2><FONT FACE=3D"arial"><=
B>From:</B>
<A HREF=3D"mailto:dkennedy@dksy.net">Dave Kennedy</A> </FONT></FONT></SP=
AN></SPAN></SPAN>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-bottom: 0in; border-top: none; border-bottom=
: none; border-left: 1.00pt solid #000000; border-right: none; padding-t=
op: 0in; padding-bottom: 0in; padding-left: 0.05in; padding-right: 0in">=
<SPAN STYLE=3D"font-weight: medium"><SPAN STYLE=3D"font-style: normal"><=
FONT SIZE=3D2><FONT FACE=3D"arial"><B>To:</B>
<A HREF=3D"mailto:zope@grewen.de">Jens Grewen</A> </FONT></FONT></SPAN><=
/SPAN>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-bottom: 0in; border-top: none; border-bottom=
: none; border-left: 1.00pt solid #000000; border-right: none; padding-t=
op: 0in; padding-bottom: 0in; padding-left: 0.05in; padding-right: 0in; =
font-style: normal; font-weight: medium">
<FONT FACE=3D"arial"><FONT SIZE=3D2><B>Sent:</B> Wednesday, October 17,=
2001 1:20 AM</FONT></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-bottom: 0in; border-top: none; border-bottom=
: none; border-left: 1.00pt solid #000000; border-right: none; padding-t=
op: 0in; padding-bottom: 0in; padding-left: 0.05in; padding-right: 0in; =
font-style: normal; font-weight: medium">
<FONT FACE=3D"arial"><FONT SIZE=3D2><B>Subject:</B> Re: [Zope] SVG files=
in
Zope</FONT></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"border-top: none; border-bottom: none; border-left:=
1.00pt solid #000000; border-right: none; padding-top: 0in; padding-bot=
tom: 0in; padding-left: 0.05in; padding-right: 0in">
<BR><BR>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
Hi Gens,</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
I tried what you suggested and while, I can "View" the
logo.svg image, only the text ("Logo") is displayed when
called from index_html.</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
Here is index_html:</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<dtml-var standard_html_header></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<OBJECT data=3D"logo.svg" type=3D"image/svg+xml"&=
gt;</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
Logo.</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
</OBJECT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<dtml-var zope_quick_start></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<dtml-var standard_html_footer></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
Any suggestions would be greatly appreciated</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
David</BLOCKQUOTE>
<HR WIDTH=3D622 ALIGN=3DCENTER>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
Original Message dated 10/15/01, 2:14:17</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
Author: "Jens Grewen" <zope@grewen.de></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
Re: Re: [Zope] SVG files in Zope:</BLOCKQUOTE>
<HR WIDTH=3D622 ALIGN=3DCENTER>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; border-top: none; border-botto=
m: none; border-left: 1.00pt solid #000000; border-right: none; padding-=
top: 0in; padding-bottom: 0in; padding-left: 0.05in; padding-right: 0in"=
>
<BR><BR>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>Hi David,</FONT></FONT></BLOCKQUOTE>=
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>I have tested SVG with Zope.</FONT><=
/FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>You can put the XML File (SVG) =
inside
a dtml document.</FONT></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>Only thing you have to do is to set =
the
header at the beginning of the document.</FONT></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2><dtml-call
"RESPONSE.setHeader('Content-Type', 'image/svg+xml')"></FON=
T></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>Then you can call it from another
objekt and integrate the SVG file inside your HTML code.</FONT></FO=
NT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2><OBJECT data=3D"test.svg&quo=
t;
type=3D"image/svg+xml"><BR>This is a <EM>closeup</=
EM>
of the Grand Canyon.<BR></OBJECT></FONT></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; margin-bottom: 0in; border-top=
: none; border-bottom: none; border-left: 1.00pt solid #000000; border-r=
ight: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05in;=
padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>Cheers Jens</FONT></FONT></BLOCKQUOT=
E>
<BLOCKQUOTE STYLE=3D"margin-left: 0.45in; border-top: none; border-botto=
m: none; border-left: 1.00pt solid #000000; border-right: none; padding-=
top: 0in; padding-bottom: 0in; padding-left: 0.05in; padding-right: 0in"=
>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 1.29in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in; font-style: normal">
<FONT FACE=3D"arial"><FONT SIZE=3D2>----- Original Message ----- </FONT>=
</FONT>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in">
<SPAN STYLE=3D"background: #e4e4e4"><SPAN STYLE=3D"font-style: normal"><=
FONT SIZE=3D2><FONT FACE=3D"arial"><B>From:</B>
<A HREF=3D"mailto:dkennedy@acm.org">D K Systems Inc.</A> </FONT></FONT><=
/SPAN></SPAN>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in">
<SPAN STYLE=3D"font-style: normal"><FONT SIZE=3D2><FONT FACE=3D"arial"><=
B>To:</B>
<A HREF=3D"mailto:zope@zope.org">zope@zope.org</A> </FONT></FONT></SPAN>=
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in; font-style: normal">
<FONT FACE=3D"arial"><FONT SIZE=3D2><B>Sent:</B> Sunday, October 14, 200=
1
3:52 AM</FONT></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in; font-style: normal">
<FONT FACE=3D"arial"><FONT SIZE=3D2><B>Subject:</B> [Zope] SVG files in=
Zope</FONT></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in">
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>Is it possible to use Scalable Vecto=
r
Graphics (SVG) files in Zope ? If so, is there an example of using one?<=
/FONT></FONT></BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in">
</BLOCKQUOTE>
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; margin-b=
ottom: 0in; border-top: none; border-bottom: none; border-left: 1.00pt s=
olid #000000; border-right: none; padding-top: 0in; padding-bottom: 0in;=
padding-left: 0.05in; padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>Regards,</FONT></FONT></BLOCKQUOTE>=
<BLOCKQUOTE STYLE=3D"margin-left: 0.84in; margin-right: 0.79in; border-t=
op: none; border-bottom: none; border-left: 1.00pt solid #000000; border=
-right: none; padding-top: 0in; padding-bottom: 0in; padding-left: 0.05i=
n; padding-right: 0in">
<FONT FACE=3D"Arial"><FONT SIZE=3D2>David</FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>
--------------=_4D4800A919BA03E8E898--