Re: SVG broken images.....HELP!!

2004-02-17 Thread beyaNet Consultancy
Simon, forget frame-page.xsl, that is the wrong xsl. the correct one is attached many thanks in advance artist-page.xsl Description: application/applefile artist-page.xsl Description: application/text On 17 Feb 2004, at 20:13, beyaNet Consultancy wrote: simon, i have sent an xml document to y

Re: SVG broken images.....HELP!!

2004-02-17 Thread beyaNet Consultancy
simon, i have sent an xml document to you off list, and I attach my sitemap, xsl and xsp page for you to see many thanks in advance frame-page.xsl Description: application/applefile frame-page.xsl Description: application/text sitemap.xmap Description: Binary data artist-details.xsp Desc

Re: SVG broken images.....HELP!!

2004-02-17 Thread Simon Mieth
Hi, On Tue, 17 Feb 2004 17:02:43 + beyaNet Consultancy <[EMAIL PROTECTED]> wrote: > > >src="org.apache.cocoon.serialization.SVGSerializer" > mime-type="image/jpeg" > logger="sitemap.serializer.svg2jpeg"/> > That is ok. > >

Re: SVG broken images.....HELP!!

2004-02-17 Thread Steve Schwarz
Well it ain't SVG. If this is what you are giving to the SVG serializer it will never work. It has to be an SVG document. Looks like you are giving the serializer a whole HTML page that doesn't contain any elements at all. Please take a look at the svg samples that ship with Cocoon to see how t

Re: SVG broken images.....HELP!!

2004-02-17 Thread beyaNet Consultancy
Ok guys, my brains have nearly turned to tapioca over this svg issue!! ;-). I have attached the generated xml document, if you could have a look at the doc and see what is going on it will be a great help to me. many thanks in advance myPage.xml Description: Binary data On 17 Feb 2004, at 17:26

Re: SVG broken images.....HELP!!

2004-02-17 Thread Steve Schwarz
Hi Sorry if I lead you astray before... How's about a divide and conquer strategy? Seems like it isn't clear if the SVG being delivered to the svg2png serializer is correct or not. I think someone else mentioned this already, but the way I debugged a similar problem was to: - install the Adobe p

Re: SVG broken images.....HELP!!

2004-02-17 Thread beyaNet Consultancy
EMAIL PROTECTED] wrote: try adding the namespace Example xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jorg Heymans Sent: 17mm2004 17:31 To: [EMAIL PROTECTED]

Re: SVG broken images.....HELP!!

2004-02-17 Thread Linc
From: beyaNet Consultancy To: [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:33 AM Subject: Re: SVG broken images.HELP!! Hi Linc,On 17 Feb 2004, at 16:27, Linc wrote: output method to xml.How and where do I set this attribute, is it an svg attribute??many thanks in advance

RE: SVG broken images.....HELP!!

2004-02-17 Thread robby . pelssers
-Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jorg Heymans Sent: 17mm2004 17:31 To: [EMAIL PROTECTED] Subject: Re: SVG broken images.HELP!! Do they render correctly in Batik ? Batik comes with an svg image viewer, squiggle or something. If they aren't r

Re: SVG broken images.....HELP!!

2004-02-17 Thread Linc
Message - From: beyaNet Consultancy To: [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:33 AM Subject: Re: SVG broken images.HELP!! Hi Linc,On 17 Feb 2004, at 16:27, Linc wrote: output method to xml.How and where do I set this attribute, is it an svg

Re: SVG broken images.....HELP!!

2004-02-17 Thread beyaNet Consultancy
Hi Linc, On 17 Feb 2004, at 16:27, Linc wrote: output method to xml. How and where do I set this attribute, is it an svg attribute?? many thanks in advance

Re: SVG broken images.....HELP!!

2004-02-17 Thread Jorg Heymans
Do they render correctly in Batik ? Batik comes with an svg image viewer, squiggle or something. If they aren't rendering there then chances are slim cocoon will render them (because it uses those libraries). There can be a million other things otherwise, check error.log or core.log for more s

Re: SVG broken images.....HELP!!

2004-02-17 Thread Linc
:16 AM Subject: Re: SVG broken images.HELP!! Steve,not having used svg technology before today, could you elaborate further on what you mean? I searched the net for an svg viewPort attribute but only managed to come up with viewBox. Is that what you were making reference to: ?If

Re: SVG broken images.....HELP!!

2004-02-17 Thread beyaNet Consultancy
Steve, not having used svg technology before today, could you elaborate further on what you mean? I searched the net for an svg viewPort attribute but only managed to come up with viewBox. Is that what you were making reference to: ? If so, the images are still broken! many thanks in advance On

RE: SVG broken images.....HELP!!

2004-02-17 Thread Steve Schwarz
Hi Don't you need to specify a viewPort attribute in your outermost element? Steve http://www.w3.org/1999/XSL/Transform"; xmlns:xlink="http://www.w3.org/1999/xlink"; > . ___

SVG broken images.....HELP!!

2004-02-17 Thread beyaNet Consultancy
Hi, I have been having a problem serialized svg embedded images which are broken when displayed to the screen. Can anybody tell me what I am doing wrong? 1. Sitemap def: .. 2. XSL def: xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xlink="http://www.w3.org/1999/xlink"