Re: Referencing inline images - How to?

2004-02-17 Thread Simon Mieth
On Mon, 16 Feb 2004 22:54:09 + beyaNet Consultancy [EMAIL PROTECTED] wrote: Simon, could you just confirm to me that i am using the correct syntax sitemap: map:serializers default=html map:serializer name=svg2jpeg

Re: Referencing inline images - How to?

2004-02-17 Thread beyaNet Consultancy
Simon, I am doing something wrong here. explain to me exactly what attributes should be made available in the image tag? I think it would be better if you just show me the code you are using to generate the image tag. Do you mean xsp:attribute name=xlink>http://www.w3.org/1999/xlink xsp:attribute

Re: Referencing inline images - How to?

2004-02-17 Thread Simon Mieth
On Tue, 17 Feb 2004 14:25:13 + beyaNet Consultancy [EMAIL PROTECTED] wrote: Simon, I am doing something wrong here. explain to me exactly what attributes should be made available in the image tag? I think it would be better if you just show me the code you are using to generate the

Re: Referencing inline images - How to?

2004-02-16 Thread Simon Mieth
On Mon, 16 Feb 2004 07:46:26 + beyaNet Consultancy [EMAIL PROTECTED] wrote: Hi, so far I have been making reference to images via my sitemap as standard: map:match pattern=*.jpg map:read mine-type=text/jpeg

Re: Referencing inline images - How to?

2004-02-16 Thread beyaNet Consultancy
Simon, thanks for the tip you gave earlier. It works fine in Netscape but is a broken image in IE. What am I doing wrong? My xsp looks like this: byte[] photoa = artist.getArtistPhoto1(); !-- base64 encode byte array --> String newPhoto = Base64.encodeBytes(photoa); !-- remove spaces from

Re: Referencing inline images - How to?

2004-02-16 Thread Simon Mieth
Hi, On Mon, 16 Feb 2004 16:51:27 + beyaNet Consultancy [EMAIL PROTECTED] wrote: Simon, thanks for the tip you gave earlier. It works fine in Netscape but is a broken image in IE. What am I doing wrong? My xsp looks like this: byte[] photoa =

Re: Referencing inline images - How to?

2004-02-16 Thread beyaNet Consultancy
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 ??? On 16 Feb 2004, at 21:48, Simon Mieth wrote: Hi, On Mon, 16 Feb 2004 16:51:27 + beyaNet Consultancy [EMAIL PROTECTED] wrote: Simon, thanks for the tip you

Re: Referencing inline images - How to?

2004-02-16 Thread beyaNet Consultancy
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>