Simon,
could you just confirm to me that i am using the correct syntax

sitemap:
<map:serializers default="html">
<map:serializer name="svg2jpeg" src="org.apache.cocoon.serialization.SVGSerializer" mime-type="image/jpeg" logger="sitemap.serializer.svg2jpeg"/>
</map:serializers>
.........................................................................................................................................
<map:match pattern="frame/*.jpg">
<map:generate type="serverpages" src="xsp/artist-details.xsp" />
<map:serialize type="svg2jpeg"/>
</map:match>

<xsp:element name="image">
<xsp:attribute name="id">artist1</xsp:attribute>
<xsp:attribute name="width"></xsp:attribute>
<xsp:attribute name="height"></xsp:attribute>
<xsp:attribute name="src">data:image/jpeg;base64,</xsp:expr></xsp:attribute>
</xsp:element>

many thanks in advance

On 16 Feb 2004, at 22:26, Simon Mieth wrote:

On Mon, 16 Feb 2004 22:04:03 +0000
beyaNet Consultancy <[EMAIL PROTECTED]> wrote:

Simon,I can save the image in Netscape and then load it up
into IE without any problems. Does IE support
src="data:image/jpeg;base64 ???
Hi,

The serializer create an jpeg image. I have there
data:image/png;base64 , but i think thats not the problem.
The serializer write an jpeg-image byte-stream to the
browser. Maybe there is the problem. Can you look into the
logs (tomcat too if you use it)?

Best Regards,

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to