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

2004-02-17 Thread Steve Schwarz
Hi Don't you need to specify a viewPort attribute in your outermost svg element? Steve xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:xlink=http://www.w3.org/1999/xlink; . xsl:template match=artists-photo1

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: svg width=300 height=300 viewBox=0 0 300 310> ? If so, the

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

2004-02-17 Thread Linc
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:svg

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

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 Linc
inc.net.au - Original 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

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

2004-02-17 Thread robby . pelssers
}) xsl:apply-templates select=chart/ /g /svg /xsl:template /xsl:stylesheet -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

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

2004-02-17 Thread Linc
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 beyaNet Consultancy
t/> /g> /svg> /xsl:template> /xsl:stylesheet> -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

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

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

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 svg elements at all. Please take a look at the svg samples that ship with Cocoon to see

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: map:serializers default=html map:serializer name=svg2jpeg src=org.apache.cocoon.serialization.SVGSerializer mime-type=image/jpeg logger=sitemap.serializer.svg2jpeg/

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

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