Re: XSP+SVG in cocoon-2.0.4

2003-06-30 Thread Derek Hohls
Gautam Look at: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=105550804911211w=2 The use of SVG is well described in a set of sample code. Derek [EMAIL PROTECTED] 30/06/2003 01:59:30 hi there, I want to display an SVG image along side the web page content on the users browser(user

Re: XSP+SVG in cocoon-2.0.4

2003-06-30 Thread Gautam Ganguly
hi Derek Thanks a lot for your help...and to the one who put those scripts It was a real help to me!! regards Gautam [EMAIL PROTECTED] 06/30/03 02:41AM Gautam Look at: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=105550804911211w=2 The use of SVG is well described in a set

XSP+SVG in cocoon-2.0.4

2003-06-29 Thread Gautam Ganguly
hi there, I want to display an SVG image along side the web page content on the users browser(user has Adobe SVG Viewer3.0 installed ) by putting the SVG document within my XSP page. As long as my pipeline displays the svg as png raster image using the SVG2PNG serializer,it works

Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting the following error: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop] (/medicaid/sequence/first/pdf) Thread-10

RE: Perplexing PDF SVG question

2003-06-23 Thread Schaper, Christoph
Salisbury III [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 15:27 To: [EMAIL PROTECTED] Subject: Perplexing PDF SVG question I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting the following

Re: Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
- From: Irving Salisbury III [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 15:27 To: [EMAIL PROTECTED] Subject: Perplexing PDF SVG question I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting

Re: Perplexing PDF SVG question

2003-06-23 Thread Torsten Spindler
On Mon, 2003-06-23 at 15:27, Irving Salisbury III wrote: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop] (/medicaid/sequence/first/pdf) Thread-10/PDFRenderer: svg graphic could not be built: null If you use batik for rendering SVGs you need an X-Server running or Java

Re: Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
I am running this on windows XP. Do I still need to do this? Irv Torsten Spindler wrote: On Mon, 2003-06-23 at 15:27, Irving Salisbury III wrote: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop] (/medicaid/sequence/first/pdf) Thread-10/PDFRenderer: svg

Re: Perplexing PDF SVG question

2003-06-23 Thread J.Pietschmann
Irving Salisbury III wrote: I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting the following error: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop

Re: Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
: Irving Salisbury III wrote: I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting the following error: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop

Re: Perplexing PDF SVG question

2003-06-23 Thread J.Pietschmann
) Both the SVG and FO spec avoid even talking on how url(#stuff) should be interpreted if the SVG is embedded in a FO document. Actually, the whole semantic of embedded content is processor dependent, in other words we could do what we see fit. Therefore, as I said, this is spec conformant, read: no bug

Re: Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
, and batik even has a bug fix in 1.5b4 (that happens to break the library code for me) Both the SVG and FO spec avoid even talking on how url(#stuff) should be interpreted if the SVG is embedded in a FO document. Actually, the whole semantic of embedded content is processor dependent, in other

weird svg problem

2003-06-19 Thread rob
Hi, I have a really strange problem when using svg inside the object tag. When I don't use cocoon to serve the following page everything is fine and I get an alert, but when cocoon serves the page the _javascript_ fails at getSVGDocument (or getSvgDocument). Here is my simple html page

embed jpg/png/svg image in excel

2003-06-16 Thread Joydeep Bose
Hi, I am using gnumeric xml format to specify excel data and serialising it to excel format using cocoon HSSFSerialiser. Can somebody direct me how I can embed jpg/png or svg images in that excel file using the xml format. I am using cocoon 2.0.4. Does the HSSFSerialiser that comes

Embed SVG: config example

2003-06-13 Thread Windler Burri, Sarah
;form-validator"map:parameter name="descriptor" value="docs/form-descriptor.xml"/map:parameter name="validate-set" value="select"/map:generate type="serverpages" src=""/map:transform src=""/map:transform type

java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument

2003-06-12 Thread thomas loubrieu
error when I use the SVG2JPEG serializer (even with the demo example) : catalina.out : java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:509

Using dynamic SVG with FOP

2003-06-10 Thread Markus Alin
Hi All!! We are currently building a reporting application featuring PDF generation with FOP. Within the FOP we call a url generating a jpeg image by transforming a XML into a SVG and by serializing this into a jpeg. This works perfectly for static jpegs but by the start of the jpeg matcher

Re: Using dynamic SVG with FOP

2003-06-10 Thread J.Pietschmann
Markus Alin wrote: We are currently building a reporting application featuring PDF generation with FOP. Within the FOP we call a url generating a jpeg image by transforming a XML into a SVG and by serializing this into a jpeg. This works perfectly for static jpegs but by the start of the jpeg

Re: All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-07 Thread Torsten Knodt
On Thursday 05 June 2003 15:01, Christian Kurz wrote: CK My understanding was that 2.1 is still alpha. Do you have any system in CK production, yet? We are quite close to release date... It is alpha. But when you test your pages and they work, it's OK. Currently I'm using cocoon only to generate

AW: All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-06 Thread Christian Kurz
TK To my 2.0 times I also had the problem. The problem was gone since I use TK cocoon 2.1. I guess it has something to do with pipeline caching, but TK have never tested. Torsten, thanks for the quick feedback. My understanding was that 2.1 is still alpha. Do you have any system in production,

AW: All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-06 Thread Christian Kurz
All of this works fine when requesting the page using Netscape Navigator (valid page and images, no errors in log file). As soon as I use the Microsoft Internet Explorer to request the same page, the HTML page is returned, but the svg image has not been served properly. According

Re: All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-05 Thread Torsten Knodt
On Wednesday 04 June 2003 22:57, Christian Kurz wrote: CK has anybody successfully served svg images (not svg rendered as JPG or CK PNG, this just works great!) to the IE using the FragmentGenerator? I CK would really appreciate any information or code snippets about sitemap CK setup and versions

All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-05 Thread Christian Kurz
Hi, has anybody successfully served svg images (not svg rendered as JPG or PNG, this just works great!) to the IE using the FragmentGenerator? I would really appreciate any information or code snippets about sitemap setup and versions used (OS, JDK, Tomcat, Cocoon, Xalan). After trying to fix

generate wbmp from svg

2003-03-26 Thread bruno nunes jacinto
How can I do to generate WPMP from a SVG file in cocoon? Is there any serializer? Or what can I do? Thanks for your help Bruno jacinto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

generate wbmp from svg

2003-03-26 Thread bruno nunes jacinto
How can I do to generate WPMP from a SVG file in cocoon? Is there a serializer? Or what can I do? Thanks for your help Bruno Jacinto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP, inline SVG, fonts

2003-03-12 Thread Joerg Heinicke
Hello Vadim, Vadim Gritsenko wrote: Frank made a mistake... New configuration syntax which supports Cocoon protocols looks like: user-configcontext://webapps/ROOT/doc/fop/config.xml/user-config Old configuration (with src attribute) does not support protocols, works only with file name

Re: FOP, inline SVG, fonts

2003-03-12 Thread Joerg Heinicke
But I got excalibur source resolving to work in *a* way with Cocoon 2.1 or better said with excalibur-sourceresolve-20030130.jar. I don't know how good or bad it is. Interests? Carsten already did it today morning. Joerg -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax

Re: FOP, inline SVG, fonts

2003-03-12 Thread Vadim Gritsenko
Joerg Heinicke wrote: Hello Vadim, Vadim Gritsenko wrote: Frank made a mistake... New configuration syntax which supports Cocoon protocols looks like: user-configcontext://webapps/ROOT/doc/fop/config.xml/user-config Old configuration (with src attribute) does not support protocols, works

Re: FOP, inline SVG, fonts

2003-03-12 Thread Joerg Heinicke
Why must it be absolute paths now? In Cocoon 2.0.3 with Fop 0.20.3 the relative paths worked without any problems. But no longer in Cocoon 2.0.4 with Fop 0.20.4? Not that it *must*... Yes it should work with relative path. But these paths will be relative to the current working directory of

Re: FOP, inline SVG, fonts

2003-03-12 Thread Vadim Gritsenko
Joerg Heinicke wrote: Why must it be absolute paths now? In Cocoon 2.0.3 with Fop 0.20.3 the relative paths worked without any problems. But no longer in Cocoon 2.0.4 with Fop 0.20.4? Not that it *must*... Yes it should work with relative path. But these paths will be relative to the

Re: FOP, inline SVG, fonts

2003-03-12 Thread J.Pietschmann
Joerg Heinicke wrote: Hmm, maybe because we use JBoss + Tomcat + Cocoon. Do you know what changed between Fop 0.20.3 and 0.20.4, that prevents my old stuff from working? Or is it deep Fop interna? There were two changes: the switch from using Xerces native to JAXP for creating the XML parser for

FOP, inline SVG, fonts

2003-03-11 Thread Joerg Heinicke
Hello Cocooners, I have some problems with Cocoon 2.0.3 or 2.0.4, Fop 0.20.3 or 0.20.4, inline SVG (because using cocoon:// protocol does not work in general) and fonts. Using Cocoon 2.0.3 with Fop 0.20.3 my PDFs look really nice according to fonts. But I can not include SVGs using

Re: FOP, inline SVG, fonts

2003-03-11 Thread Frank Taffelt
map:serializer name=pdf mime-type=application/pdf src=org.apache.cocoon.serialization.FOPSerializer user-config src=webapps/ROOT/doc/fop/config.xml/ /map:serializer you should try user-config src=context://webapps/ROOT/doc/fop/config.xml/. On the other side the problem can be bug in batik

Re: FOP, inline SVG, fonts

2003-03-11 Thread Joerg Heinicke
of the most simplest SVG possible: basic shapes, rect in SVG spec. Furthermore (again the stacktrace) the NPE happens in a Fop class: javax.xml.transform.TransformerException: java.lang.NullPointerException at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java

Re: FOP, inline SVG, fonts

2003-03-11 Thread Vadim Gritsenko
:124 [manager.] (/conweb/stream.secure.pdf) Thread-7/MessageHandler: Failed to read font metrics file nullcontext://webapps/ROOT/doc/fop/fonts/Verdana.xml : unknown protocol: nullcontext And with Batik: it's one of the most simplest SVG possible: basic shapes, rect in SVG spec. Furthermore

Re: FOP, inline SVG, fonts

2003-03-11 Thread Joerg Heinicke
Hello Vadim, Frank made a mistake... New configuration syntax which supports Cocoon protocols looks like: user-configcontext://webapps/ROOT/doc/fop/config.xml/user-config Old configuration (with src attribute) does not support protocols, works only with file name (see FOPSerializer.java). Ah,

Re: FOP, inline SVG, fonts

2003-03-11 Thread Vadim Gritsenko
Joerg Heinicke wrote: Vadim, can you please add the changed configuration of pdf serializer to the documentation? There is only the src-attribute mentioned. Not only documentation is outdated... Javadoc is missing too! Care to provide a patch? ;-) Vadim

Re: FOP, inline SVG, fonts

2003-03-11 Thread Joerg Heinicke
Is there any reason, why the src-attribute is not used in the new implementation? Backwards compatibility could not be the reason, because as you can see for my example, it only breaks the working without any claiming on the changed configuration. And if it is the general configuration scheme

Cocoon and SVG graphics under SuSe Linux

2003-03-10 Thread patrick . verheij
Hi, I'm running Cocoon's SVG sample (under static-content, SVG introduction page) under SuSe Linux 8.1. All works fine except for the graphics. They don't show up, but generate loads of errors in WEB-INF/logs instead. It says that it cannot find the reference key for each graphic. Under

Re: Cocoon and SVG graphics under SuSe Linux

2003-03-10 Thread Martin Holz
[EMAIL PROTECTED] writes: I'm running Cocoon's SVG sample (under static-content, SVG introduction page) under SuSe Linux 8.1. All works fine except for the graphics. They don't show up, but generate loads of errors in WEB-INF/logs instead. It says that it cannot find the reference key

Re: Cocoon and SVG graphics under SuSe Linux

2003-03-10 Thread Niclas Hedhman
On Monday 10 March 2003 21:20, Martin Holz wrote: [EMAIL PROTECTED] writes: I'm running Cocoon's SVG sample (under static-content, SVG introduction page) under SuSe Linux 8.1. All works fine except for the graphics. They don't show up, but generate loads of errors in WEB-INF/logs instead

Re: Cocoon and SVG graphics under SuSe Linux

2003-03-10 Thread Martin Holz
Niclas Hedhman [EMAIL PROTECTED] writes: On Monday 10 March 2003 21:20, Martin Holz wrote: [EMAIL PROTECTED] writes: I'm running Cocoon's SVG sample (under static-content, SVG introduction page) under SuSe Linux 8.1. All works fine except for the graphics. They don't show up

SVG Font Embedder for Cocoon

2003-02-24 Thread Bruce Robertson
[This is an abridged version of a HOWTO posted at the Cocoon Wiki: http://wiki.cocoondev.org/Wiki.jsp?page=Embedding_SVG_Fonts] *Introduction* Using server-generated SVG in a multi-lingual or with complex layout inevitably leads to frustration over fonts. A map with multi-lingual text

Embedding SVG Fonts

2003-02-24 Thread Bruce Robertson
The list may be interested in a Xalan/xslt/java/batik process that adds embedded font descriptions to SVG documents, making them portable. HOWTO posted at the Cocoon Wiki: http://wiki.cocoondev.org/Wiki.jsp? page=Embedding_SVG_Fonts Sample document at: http://heml.mta.ca/heml-cocoon/map.svgz

SVG Font Embedder for Cocoon

2003-02-24 Thread Bruce Robertson
[This is an abridged version of a HOWTO posted at the Cocoon Wiki: http://wiki.cocoondev.org/Wiki.jsp?page=Embedding_SVG_Fonts] *Introduction* Using server-generated SVG in a multi-lingual or with complex layout inevitably leads to frustration over fonts. A map with multi-lingual text

[SOLUTION] Re: SVG to JPEG/PNG problems

2003-02-21 Thread Derek Hohls
Found the error: There was character "out of place" in the CSS file I am using for the SVG styling - something like .myStyle { color: red; 3$ } This resulted in a "Bad CSS" message being displayed (on the browser's status box - at the bottom in IE) when the image

Re: 2nd Re: xml 2 svg in coplet

2003-02-20 Thread Jens Maukisch
Hi, !-- sunlets -- map:generate src=http://localhost:8080/~Owner/My%20Website/cocoon/svg/sales.xml/ Why do you generate from the sales.xml again ? You just need a xml file like this: ?xml version=1.0? foo/ foo/ then will be replaced with the content

Re: SVG to JPEG/PNG problems

2003-02-20 Thread Jens Maukisch
Hi, I am having problems getting the SVG serializer to correctly display my graphics as JPG/PNG - there no probs here :-) can you put the svg and the jpeg your cocoon generates somewhere, then i can test it here -- * best regards * Jens Maukisch

xml 2 svg in coplet

2003-02-19 Thread hgadm
Hi all, I would like to integrate a small svg barchart (that gets actual business data from an xml file) into a portal coplet. I was thinking of a coplet pipeline like this: get the xml data ('generate'), build the svg graph ('transform' with xsl, or build with js: 'action' ? ), then transform

Re: xml 2 svg in coplet

2003-02-19 Thread Jens Maukisch
Hi, get the xml data ('generate'), build the svg graph ('transform' with xsl, or build with js: 'action' ? ), then transform and serialise into an xhtml table with the svg embedded to meet a required coplet structure. what about simple xhtml-image-tag pointing to the map:match which

2nd Re: xml 2 svg in coplet

2003-02-19 Thread hgadm
map:match pattern=histochart.jpeg map:generate src=http://localhost:8080/~Owner/My%20Website/cocoon/svg/sales.xml/ map:transform src=http://localhost:8080/~Owner/My%20Website/cocoon/svg/sales.xsl/ map:serialize type=svg2jpeg/ /map:match !-- This is the Cocoon

SVG to JPEG/PNG problems

2003-02-19 Thread Derek Hohls
I am having problems getting the SVG serializer to correctly display my graphics as JPG/PNG - there are no reported errors, and the conversion as a whole goes OK, but many of the colors do not display properly, font sizes and alignments are out and so on. What do I need to do to fix

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Martin Lüthi
Mark Eggers [EMAIL PROTECTED] writes: Yes, this is a browser-specific problem. For a review on this, please see the following links: http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Miles Elam
Martin Lüthi wrote: I generate a SVG and serialize it as PNG with transparent background. In Mozilla and Konqueror everything looks fine (also an Windows), but in IE 5.0 the background of the PNG is white. Is this a browser-specific problem? Who can point me to a workaround

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Martin Lüthi
Miles Thank you for your hint, this is exactly what I found and use ATM. Best Martin -- Martin Lüthi [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Martin Lüthi
Niclas Hedhman [EMAIL PROTECTED] writes: opacity means non-transparency, (and without checking spec) shouldn't therefor opacity=0.0 mean transparent ?? Hmmm, you're of course right! However the PNG's have transparent background on all but the IE browsers. I'll have to play with that...

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Derek Hohls
[EMAIL PROTECTED] 29/01/2003 05:19:45 Mark Eggers [EMAIL PROTECTED] writes:[snip] Welcome to the Microsoft-specific way of doing things. and PNG is a free format... oh well! Yes, well, Java is an open-specification too... and look what they did to

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Derek Hohls
Martin Please write a summary of the problem and the answer and post it to the listwith [Solution] at the start of the email subject. Ta Derek [EMAIL PROTECTED] 29/01/2003 08:59:45 MilesThank you for your hint, this is exactly what I found and use ATM.BestMartin-- Martin Lüthi [EMAIL

[SVG] Transparent background of generated PNG

2003-01-27 Thread Martin Lüthi
Hi I generate a SVG and serialize it as PNG with transparent background. In Mozilla and Konqueror everything looks fine (also an Windows), but in IE 5.0 the background of the PNG is white. Is this a browser-specific problem? Who can point me to a workaround? My SVG generating code reads

Re: [SVG] Transparent background of generated PNG

2003-01-27 Thread Tony Collen
On 28 Jan 2003, [iso-8859-1] Martin Lüthi wrote: Hi I generate a SVG and serialize it as PNG with transparent background. In Mozilla and Konqueror everything looks fine (also an Windows), but in IE 5.0 the background of the PNG is white. Is this a browser-specific problem? Who can point me

Re: [SVG] Transparent background of generated PNG

2003-01-27 Thread Niclas Hedhman
On Tuesday 28 January 2003 21:14, Martin Lüthi wrote: Hi I generate a SVG and serialize it as PNG with transparent background. In Mozilla and Konqueror everything looks fine (also an Windows), but in IE 5.0 the background of the PNG is white. Is this a browser-specific problem? Who can point

Re: [SVG] Transparent background of generated PNG

2003-01-27 Thread Mark Eggers
-specific way of doing things. /mde/ just my two cents . . . . --- Martin_Lüthi [EMAIL PROTECTED] wrote: Hi I generate a SVG and serialize it as PNG with transparent background. In Mozilla and Konqueror everything looks fine (also an Windows), but in IE 5.0 the background of the PNG is white

Links view recurse for ever on a SVG linearGradient element

2002-12-14 Thread Ahmed
... map:pipelines map:pipeline map:match pattern=*.png map:generate src=docs/{1}.svg/ map:serialize type=svg2png/ /map:match /map:pipeline /map:pipelines The Cocoon live site is OK. When I ask my web browser for http://localhost:8180

SVG - PNG/JPG , browser problems

2002-12-10 Thread Chris Faulkner
/samples/jsp/my.jsp type=jsp/ map:transform src=stylesheets/page/style.xsl/ map:serialize type=svg2png/ /map:match Hopefully you can see what I am doing. I have the same jsp (my.jsp). If it is matched with .svg, then SVG is sent back, .png and .jpg get sent to the appropriate

Re: Converting AI to SVG

2002-12-09 Thread Martin Lüthi
Upayavira [EMAIL PROTECTED] writes: Sketch (sketch.sourceforge.net) imports AI and exports SVG, however I am not sure how good the support of both formats is. It seems to be scriptable. Hope this helps Martin Firstly, I apologise if this request is off topic for this group. Does anyone

Converting AI to SVG

2002-12-06 Thread Upayavira
Dear All, Firstly, I apologise if this request is off topic for this group. Does anyone know how to do a bulk conversion of Adobe Illustrator files to SVG files? I have a site that is currently served using ASP and VB, and I have worked out how to reproduce and greatly improve it using Cocoon

Re: Converting AI to SVG

2002-12-06 Thread Jeremy Quinn
On Friday, Dec 6, 2002, at 15:51 Europe/London, Upayavira wrote: Does anyone know how to do a bulk conversion of Adobe Illustrator files to SVG files? Depends on your platform I imagine, but Illustrator on MacOSX has a rich AppleScript Dictionary, I have not used it myself, but I hear good

Re: RE: RE: Changing Xalan XSL (WAS Re: SVG - java socket exception)

2002-12-04 Thread Chris Faulkner
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: Changing Xalan XSL (WAS Re: SVG - java socket exception) Thanks for that - I did search the archives and found some messages with the same error message as I had but none that I saw had a follow-up. I really did search but until you

SVG - java socket exception

2002-12-03 Thread Chris Faulkner
Hello I am getting on OK with Cocoon. I like it very much. I am using some JSP code as a generator. This creates some XML data which I apply xsl to transform to SVG. This is then serialised with svgxml and returned to the client. It all works fine. Except that, looking at my logs, very often

Changing Xalan XSL (WAS Re: SVG - java socket exception)

2002-12-03 Thread Chris Faulkner
to do it. Chris Hello I am getting on OK with Cocoon. I like it very much. I am using some JSP code as a generator. This creates some XML data which I apply xsl to transform to SVG. This is then serialised with svgxml and returned to the client. It all works fine. Except that, looking at my logs

RE: RE: Changing Xalan XSL (WAS Re: SVG - java socket exception)

2002-12-03 Thread Reinhard Poetz
-Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 7:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: Changing Xalan XSL (WAS Re: SVG - java socket exception) Thanks for that - I did search the archives and found

RE: Changing Xalan XSL (WAS Re: SVG - java socket exception)

2002-12-03 Thread Reinhard Poetz
?page=Saxon - it should help (and is faster than Xalan). Regards, Reinhard -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 6:26 PM To: [EMAIL PROTECTED] Subject: Changing Xalan XSL (WAS Re: SVG - java socket exception) HI More

Re: RE: Changing Xalan XSL (WAS Re: SVG - java socket exception)

2002-12-03 Thread Chris Faulkner
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 6:26 PM To: [EMAIL PROTECTED] Subject: Changing Xalan XSL (WAS Re: SVG - java socket exception) HI More on this - a couple of others seem to have similar problems but nobody ever got a reply when they post the error makes me

RE: Including static images into SVG files

2002-12-02 Thread Upayavira
My approach is to pass the path from the sitemap to the XSL stylesheet that produces the SVG as a parameter. The advantage of that is to keep all references to filesystems in the sitemap, rather than in stylesheets. Also, make full use of localhost where appropriate. Hope this helps, Upayavira

RE: Including static images into SVG files

2002-12-02 Thread Derek Hohls
) whereas a single "included" stylesheet is a relatively simple approach. Of course, everyone has their own taste and preferences! [EMAIL PROTECTED] 02/12/2002 01:15:31 My approach is to pass the path from the sitemap to the XSL stylesheet that produces the SVG as a parameter. The advantage

RE: Including static images into SVG files

2002-12-02 Thread Conal Tuohy
Can you capture the name and port of the localhost from the host request parameter, and pass it to the stylesheet? -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 3 December 2002 00:21 To: [EMAIL PROTECTED] Subject: RE: Including static images into SVG files

RE: Including static images into SVG files

2002-12-01 Thread Derek Hohls
- From: Derek Hohls [mailto:[EMAIL PROTECTED]] I need to include and display a static image (its a logo) on all the SVG images I produce; the only syntax I have managed to get to work is: svg:image xlink:href=http://myserver/path/logo.jpg / (plus height, width) Unfortunately this requires

Re: Including static images into SVG files

2002-12-01 Thread Joerg Heinicke
PROTECTED] 12/01/02 08:33 AM -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED]] I need to include and display a static image (its a logo) on all the SVG images I produce; the only syntax I have managed to get to work is: svg:image xlink:href=http://myserver/path/logo.jpg

Re: Including static images into SVG files

2002-12-01 Thread Derek Hohls
08:33 AM -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED]] I need to include and display a static image (its a logo) on all the SVG images I produce;the only syntax I have managed to get to work is: svg:image xlink:href=""http://myserver/path/logo.jpg"&

RE: Including static images into SVG files

2002-11-30 Thread Conal Tuohy
-Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED]] I need to include and display a static image (its a logo) on all the SVG images I produce; the only syntax I have managed to get to work is: svg:image xlink:href=http://myserver/path/logo.jpg / (plus height, width

Including static images into SVG files

2002-11-29 Thread Derek Hohls
I know this isperhaps off-topic for Cocoon, but it does relate (somewhat) and I hope there is a 'guru' somewhere that can answer a relatively (?) straightforward question. I need to include and display a static image (its a logo) on all the SVG images I produce; the only syntax I have

java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/DefaultSVGContext

2002-11-29 Thread Ludovic de Beaurepaire
Hi All, I have a stylesheet using SVG, it is working fine with FOP to generate PDF. Now, I want Cocoon to use it and i have the following Exception (in the console): java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/DefaultSVGContext ... I am using Cocoon 2.0.3, and in the file batik-all

Re: Including static images into SVG files

2002-11-29 Thread Andrew Savory
Hi Derek, On Fri, 29 Nov 2002, Derek Hohls wrote: the only syntax I have managed to get to work is: svg:image xlink:href=http://myserver/path/logo.jpg / (plus height, width) I've had the same problem (relative URLs not working). The only way I've got it to work is to hardwire myserver.

error for using use tag (svg) in cocoon (batik lib)

2002-11-20 Thread Yury Mikhienko
Hi all! Can anyone help me with the following problem: When I tried the generate png from the svg file (with using use tag) I have the following error: Original exception : org.apache.batik.transcoder.TranscoderException: null Enclosed Exception: http://xml.apache.org:-1 The URI '' specified

Re: error for using use tag (svg) in cocoon (batik lib)

2002-11-20 Thread Joerg Heinicke
It seems like a bug in Batik, at least in your version. I tested it with 1.5b2 from Cocoon and 1.5b4 offline without any problems. What version are you using? Joerg Yury Mikhienko wrote: Hi all! Can anyone help me with the following problem: When I tried the generate png from the svg file

Re: error for using use tag (svg) in cocoon (batik lib)

2002-11-20 Thread Yury Mikhienko
On Wed, 20 Nov 2002 13:34:23 +0100 Joerg Heinicke [EMAIL PROTECTED] wrote: It seems like a bug in Batik, at least in your version. I tested it with 1.5b2 from Cocoon and 1.5b4 offline without any problems. What version are you using? I'm using batik v1.5b1 (cocoon 2.0.2 optional classes)

Re: error for using use tag (svg) in cocoon (batik lib)

2002-11-20 Thread Yury Mikhienko
Hi all! Can anyone using batik_v1.5b2 with cocoon v2.0.2? How to reconfigure cocoon for work him with batik_v1.5b2? (I recompille cocoon [with batik-all-1.5b2.jar in optional classes] without any errors) Thanx for advise. -- Best regards, Yury Mikhienko. IT engineer, ZAO Mobicom-Kavkaz

Re: error for using use tag (svg) in cocoon (batik lib)

2002-11-20 Thread Yury Mikhienko
On Wed, 20 Nov 2002 16:52:40 +0300 Yury Mikhienko [EMAIL PROTECTED] wrote: Hi all! Can anyone using batik_v1.5b2 with cocoon v2.0.2? How to reconfigure cocoon for work him with batik_v1.5b2? (I recompille cocoon [with batik-all-1.5b2.jar in optional classes] without any errors) Thanx

Re: error for using use tag (svg) in cocoon (batik lib)

2002-11-20 Thread Joerg Heinicke
Can you provide a conclusing solution adding [SOLUTION] to the mail subject with problem description and steps to go? Joerg Yury Mikhienko wrote: On Wed, 20 Nov 2002 16:52:40 +0300 Yury Mikhienko [EMAIL PROTECTED] wrote: Hi all! Can anyone using batik_v1.5b2 with cocoon v2.0.2? How to

[SOLUTION] error for using use tag (svg) in cocoon (batik lib)

2002-11-20 Thread Yury Mikhienko
On Wed, 20 Nov 2002 16:07:34 +0100 Joerg Heinicke [EMAIL PROTECTED] wrote: Can you provide a conclusing solution adding [SOLUTION] to the mail subject with problem description and steps to go? Joerg 1. copy SVGBuilder.java from cocoon2.0.3 src/java/org/apache/cocoon/xml/dom to cocoon2.0.2

[Fwd: Re: svg]

2002-11-15 Thread Joerg Heinicke
Original Message Subject: Re: svg Date: Fri, 15 Nov 2002 09:34:41 - From: Upayavira [EMAIL PROTECTED] To: Joerg Heinicke [EMAIL PROTECTED] Cocoon uses Batik and http://xml.apache.org/batik/svgrasterizer.html says: The provided formats are JPEG, PNG, and Tiff, however

Re: Re: svg]

2002-11-15 Thread Boris Althaus
] Sent: Friday, November 15, 2002 1:24 PM Subject: [Fwd: Re: svg] Original Message Subject: Re: svgDate: Fri, 15 Nov 2002 09:34:41 -From: "Upayavira" [EMAIL PROTECTED]To: Joerg Heinicke [EMAIL PROTECTED] Cocoon uses Batik and http://xml.apache

svg

2002-11-14 Thread Boris Althaus
Hallo, does exists something like a svg2gif-Serializer. Boris

element use in svg

2002-11-14 Thread Yury Mikhienko
Hi All! I have the cocoon2.0.2 on Tomcat4.0.4 and I tried to generate png from following svg: mean.svg ?xml version=1.0 standalone=no? svg width=600 height=480 xmlns:xlink=http://www.w3.org/1999/xlink; descProduced by GNUPLOT (svg.trm written by Amedeo Farello - [EMAIL PROTECTED])/desc defs

element use in svg

2002-11-14 Thread Yury Mikhienko
Hi All! I have the cocoon2.0.2 on Tomcat4.0.4 and I tried to generate png from following svg (another sample :))): test.svg: ?xml version=1.0 standalone=no? svg width=10cm height=3cm viewBox=0 0 100 30 xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink

Re: svg

2002-11-14 Thread Joerg Heinicke
Cocoon uses Batik and http://xml.apache.org/batik/svgrasterizer.html says: The provided formats are JPEG, PNG, and Tiff, however the design allows new formats to be added easily. Joerg Boris Althaus wrote: Hallo, does exists something like a svg2gif-Serializer. Boris

Re: SVG: NoClassDefFoundError

2002-10-26 Thread Kjetil Kjernsmo
On Friday 25 October 2002 16:28, Christian Parpart wrote: On Thursday 24 October 2002 5:48 pm, Kjetil inspired the electrons to say: On Thursday 24 October 2002 13:50, Christian Parpart wrote: org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoClassDefFoundError

Re: SVG: NoClassDefFoundError

2002-10-25 Thread Christian Parpart
WARNING: Unsanitized content follows. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 24 October 2002 5:48 pm, Kjetil inspired the electrons to say: On Thursday 24 October 2002 13:50, Christian Parpart wrote: org.apache.cocoon.ProcessingException: Error compiling sitemap:

SVG: NoClassDefFoundError

2002-10-24 Thread Christian Parpart
WARNING: Unsanitized content follows. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, this is very bad, because I have SVG (batik) found in the lib directory of the standard cocoon.war file. I used default configuration of tomcat (4.0.6) and cocoon 2.0.2, where's my error? what's wrong

Re: SVG: NoClassDefFoundError

2002-10-24 Thread Kjetil Kjernsmo
On Thursday 24 October 2002 13:50, Christian Parpart wrote: org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoClassDefFoundError Hm, I wonder if it is related to the error I'm seeing. Can I ask which SDK you're using, at what platform? I too get a

  1   2   3   >