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 t

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 http://www.w3.org/1999/xlink data:image/jpeg;base64 or http://www.w3

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: > >src="org.apache.cocoon.serialization.SVGSerializer" > mime-type="image/jpeg" > lo

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: . artist1 data:image/jpeg;base64, many thanks in adva

Re: Referencing inline images - How to?

2004-02-16 Thread Simon Mieth
On Mon, 16 Feb 2004 22:04:03 + 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;bas

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 yo

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 = artist.

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(); String newPhoto = Base64.encodeBytes(photoa); String newPhoto1 = spaceRemover.trim(newPhoto);

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: > > > src="images/{1}.jpg" /> >

Referencing inline images - How to?

2004-02-15 Thread beyaNet Consultancy
Hi, so far I have been making reference to images via my sitemap as standard: As I am now using inline images I have changed my sitemap to the following: My image structure is: artist1 image/jpeg data:image/jpeg;base64, When viewed in the browser the image is broken, i.e.