my svg does not work in cocoon 2.0.1

2002-03-04 Thread marco
I was using cocoon 2.0.0, tomcat 4.0.1, jdk1.3.1_01 in Windows 98, the svg2png serializer works fine, but the svg graphics becomes blank after I upgraded the cocoon to 2.0.1. Please help! - Please check that your question has

Re: Work with SVG / Taglib

2002-03-01 Thread Nicola Ken Barozzi
From: "Andreas Bednarz" <[EMAIL PROTECTED]> > Thank you very much, do you have some basic link to a source of a seralizer cunstruct.? It's in the documentation (onsite and CVS), but I would suggest you to look at the code of the Serializers that Cocoon already has, and learn from those. Happy h

Re: Work with SVG / Taglib

2002-03-01 Thread Andreas Bednarz
Thank you very much, do you have some basic link to a source of a seralizer cunstruct.? Andreas - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 2:25 PM Subject: RE: Work with SVG

RE: Work with SVG / Taglib

2002-03-01 Thread Vadim Gritsenko
> From: Bednarz, education-one GmbH [mailto:[EMAIL PROTECTED]] > > Hi there, > > I woul like to use my SVG compression taglib from > http://printx.org/svgembed/index.php inside Cocoon. The SVG serializer is > too large and to unstable for my purposes. Does anyone has an

Work with SVG / Taglib

2002-02-28 Thread Bednarz, education-one GmbH
Hi there, I woul like to use my SVG compression taglib from http://printx.org/svgembed/index.php inside Cocoon. The SVG serializer is too large and to unstable for my purposes. Does anyone has an idea how to move an existing jsp tag libraray to cocoon? Thanks, Andreas

RE: SVG not working with J2SDK 1.4.0 ?!?

2002-02-28 Thread Georg Von Sperling
PROTECTED]] Sent: Wed 2/27/2002 8:10 PM To: [EMAIL PROTECTED] Cc: Subject: SVG not working with J2SDK 1.4.0 ?!? A few observations of today. Most relevant to other users is (1), probably, while (2) and (3) are jus

SVG not working with J2SDK 1.4.0 ?!?

2002-02-27 Thread Peter Christoph Alexander Bär
help out the testers with this.) (1) SVG example not working with J2SDK 1.4.0 I built the C2 development snapshot xml-cocoon2_20020227171804.tar.gz with J2SDK 1.4.0 from Sun. To get it working, all I had to do was to replace javac.jar with tools.jar

RE: produce SVG

2002-02-27 Thread Colin Hall
Hi Ahmad. You should be able to do this. We are doing something similar and it works. All we are doing is converting XML to SVG and returning that SVG directly to the SVG-enabled client (Not using an HTML page with EMBED). It works fine. The pipeline looks something like this

Re: produce SVG

2002-02-27 Thread Koen Pellegrims
First of all, sorry for the empty post... CTRL-X instead of CTRL-C ... if you take your snippet, uncomment the last-but-one line, comment the last line; change 'name' to 'type' and you should have a real SVG with mime-type and all ! K. On Wed, 27 Feb 2002, Ahmad Morad wro

produce SVG

2002-02-27 Thread Ahmad Morad
Hi, I try to produce SVG with cocoon 2. And this work well with the following sitemap and corresponding xml and stylesheet files. -- -- This will transfer the svg to jpeg in order to show the image in a browser. However some

SVG to JPEG

2002-02-08 Thread Colin Hall
Hi all, I am trying to generate a JPEG image from SVG. I can get this to work if I generate the source SVG, save it to disk and then put the source file through the svgtojpeg serializer. In other words, it appears that the svgtojpeg serialzer will work in this instance. The problem is that in

Re: gzip svg output??

2002-01-28 Thread Stan Hughes
Tsui, Alban wrote: >Hi > >I am using Cocoon xsp etc. to generate svg graphics. Is there anyway that I >can gzip the xml/svg file before piping it back to the browser? It's because >the adobe svg plug-in can understand gzipped svg and I would like to take >advantage of tha

Re: gzip svg output??

2002-01-28 Thread Torsten Curdt
On Mon, 28 Jan 2002, Tsui, Alban wrote: > Hi > > I am using Cocoon xsp etc. to generate svg graphics. Is there anyway that I > can gzip the xml/svg file before piping it back to the browser? It's because > the adobe svg plug-in can understand gzipped svg and I would like to

gzip svg output??

2002-01-28 Thread Tsui, Alban
Hi I am using Cocoon xsp etc. to generate svg graphics. Is there anyway that I can gzip the xml/svg file before piping it back to the browser? It's because the adobe svg plug-in can understand gzipped svg and I would like to take advantage of that for my huge svg chart. Alban This messag

RE: Problems, switching off svg

2002-01-24 Thread Vadim Gritsenko
> From: Martijn Bouterse [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > > > > 1. Stop the server > > 2. Wipe out any *svg* from the sitemap > > 3. Clean work directory (I guess everybody forget this step) > > I find this a bit cumbersome. This i

Re: Problems, switching off svg

2002-01-24 Thread Christophe Rykiel
, switching off svg Hi,   I'm trying to get Cocoon 2.0 running on a solaris server. This server has no x server installed, and installing ist isn't a possibility. I tried to remove the svg serializers from the sitemap, and also from the pipeline. But it still tries to load on

Problems, switching off svg

2002-01-24 Thread Henrik Hofmann
Title: Message Hi,   I'm trying to get Cocoon 2.0 running on a solaris server. This server has no x server installed, and installing ist isn't a possibility. I tried to remove the svg serializers from the sitemap, and also from the pipeline. But it still tries to load one. There

Re: Problems, switching off svg

2002-01-24 Thread Martijn Bouterse
Vadim Gritsenko wrote: > > 1. Stop the server > 2. Wipe out any *svg* from the sitemap > 3. Clean work directory (I guess everybody forget this step) I find this a bit cumbersome. This is probably a Tomcat issue, but why is the work dir not cleaned? If I stop the server there isn

RE: Problems, switching off svg

2002-01-24 Thread Henrik Hofmann
> 1. Stop the server > 2. Wipe out any *svg* from the sitemap > 3. Clean work directory (I guess everybody forget this step) > 4. Start the server Thx, this solved

Re: Problems, switching off svg

2002-01-23 Thread Koen Pellegrims
PLAY is set to localhost:0.0, cocoon will start just fine, *with* SVG... regards, Koen - Original Message - From: "Martijn Bouterse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 9:56 PM Subject: Re: Problems, switching off svg > > H

RE: Problems, switching off svg

2002-01-23 Thread Vadim Gritsenko
> From: Martijn Bouterse [mailto:[EMAIL PROTECTED]] > > > Henrik Hofmann wrote: > > > > I'm trying to get Cocoon 2.0 running on a solaris server. This server > > has no x server installed, and installing ist isn't a possibility. I > > tried to re

Re: Problems, switching off svg

2002-01-23 Thread Martijn Bouterse
> Henrik Hofmann wrote: > > I'm trying to get Cocoon 2.0 running on a solaris server. This server > has no x server installed, and installing ist isn't a possibility. I > tried to remove the svg serializers from the sitemap, and also from > the pipeline. But it stil

Re: XML + XSL + SVG --> PDF. SVG, Not working on Cocoon

2002-01-18 Thread Stephan Kassanke
ay, January 16, 2002 1:22 PM Subject: RE: XML + XSL + SVG --> PDF. SVG, Not working on Cocoon I need to use SVGs. These a Autocad images converted to SVG. For one the image quality is much better, and i´ve been told that the editing capabilities are desired. Given that it works using FOP on

Accent and SVG

2002-01-02 Thread Xavier Michel
Hi (and happy news year;-), I start with SVG and Cocoon. I tried to create an menu with svg like in Cocoon documentation ... but in french. I can't get the letters with accent like é ê è à ... render by svg. I tried to change encoding, looking in the mailing list nothing! my labe

SVG Transformation

2002-01-02 Thread Nick Entin
Hi! Happy New Year to everybody! I've got a bit strange problem when attempted to process SVG with C2: In my pipeline I have two quite simple matches: This works fine: This does not work a

Re: AW: SVG Resizing

2001-12-10 Thread David Rosenstrauch
At 12:44 AM 12/10/01 +0100, you wrote: >2. Write your own action which puts the parameter to the sitemap params. FYI - I just happened to discover the other day, that there's a pre-written action that will do this for you. DR --

AW: SVG Resizing

2001-12-09 Thread Jörn Heid
ECTED]] Gesendet: Montag, 10. Dezember 2001 01:18 An: Cocoon-Users Betreff: SVG Resizing Hello C2 Users,currently I have the following pipeline in my sitemap: I woud like that when the user request http://localhost/cocoon/pictur

SVG Resizing

2001-12-09 Thread Gustavo Nalle Fernandes
Hello C2 Users,currently I have the following pipeline in my sitemap: I woud like that when the user request http://localhost/cocoon/picture.svg?width=200&height=300 , cocoon reads the SVG file,make a XSL transform in o

REPOST: [C2.0] Fatal Error when trying to use SVG

2001-12-07 Thread Adrian Geissel
Fatal Error: No usable fonts found." when accessing the Cocoon SVG sample link (of the main sample page), and Tomcat dumps with "Java Result: 1". I have attached the cocoon.log from this session, but am unable to locate any hints as to what happened. Has anyone else experienced a si

[C2.0] Fatal Error when trying to use SVG

2001-12-04 Thread Adrian Geissel
Hi,   I'm running Cocoon 2.0 (Final Release) on Tomcat 3.2 on Windows NT 4.0 SP5.   I get the message "Fatal Error: No usable fonts found." when accessing the Cocoon SVG sample link (of the main sample page), and Tomcat dumps with "Java Result: 1".   I have attached

SVG Help?? Cocoon2 Tomcat4

2001-11-14 Thread sxk99c
Hi guys, Can anyone help me with this? I would like to be able to perform a simple step... 1. using an XML file styled to produce an svg which is then serialised to a jpeg. Ultimately I would like to build upon this to produce this step 2. XSP via XSL to SVG(serialised to jpeg) inside HTML

RE: SVG

2001-11-14 Thread Sharat Koya
Brill thanks -Original Message- From: Jörg Heinicke [mailto:[EMAIL PROTECTED]] Sent: Wednesday 14 November 2001 18:40 To: [EMAIL PROTECTED] Subject: Re: SVG We are doing this already. So there should be no problem in general. Have you tried the samples of Cocoon 2? The SVG-samples

Re: SVG

2001-11-14 Thread Jörg Heinicke
We are doing this already. So there should be no problem in general. Have you tried the samples of Cocoon 2? The SVG-samples creating JPEG from XML? And XSP-samples? Combine these two and you will get JPEG from XSP. Look at the logfiles if you have problems and think your sitemap-entries

RE: SVG

2001-11-14 Thread Karl Oie
there are some simple svg examples provided in the dist, take a look at them :-) mvh karl oie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 14. november 2001 13:53 To: [EMAIL PROTECTED] Subject: SVG I guess no one can help me with the SVG pipeline case

SVG

2001-11-14 Thread sxk99c
I guess no one can help me with the SVG pipeline case then? Bobby Koya --- Hi guys, Can anyone help me with this? I would like to be able to perform a simple step... 1. using an XML file styled to produce an svg which is then

SVG Steps

2001-11-13 Thread sxk99c
Hi, there are a couple of steps I'd like to employ in Cocoon 2. But I can't work out the logic to do the second and third stages using the sitemap.xmap file. 1st Convert an SVG using batik to form an SVG (successful) 2nd Create an SVG from an XML file that is styled via a XSL fil

Re: SVG, JPEG, PNG and Xvfb

2001-10-19 Thread Jeff Turner
On Fri, Oct 19, 2001 at 04:59:15PM +1000, Phil Blake wrote: > Hi all, > > I'm making an attempt to get SVG's working. > > My understanding is that svg2jpeg and svg2png currently has a dependency > on Xvfb. > > I'm running MacOS X so I installed Xfree86, including Xvfb and used the > script su

Re: SVG, JPEG, PNG and Xvfb

2001-10-19 Thread Martijn Bouterse
Phil Blake wrote: > > Hi all, > > I'm making an attempt to get SVG's working. > > My understanding is that svg2jpeg and svg2png currently has a dependency on Xvfb. For Linux the SVG Java libraries (Apache Batik) as used in Cocoon 2 depend on a X display. As

SVG, JPEG, PNG and Xvfb

2001-10-18 Thread Phil Blake
e script xfb and ran it: phil% xfb start All looked good. There was a process Xvfb running. WooHoo. I then trashed the Tomcat work directory for cocoon and started up Tomcat, pointed it at cocoon and waited for the startup. All looked good. I selected the sample "scalable vector graphics - An

[C2] SVG with external PNG

2001-09-26 Thread Jörn Heid
Hi. I tried to use inside a svg document which should be rendered to a PNG. There's no error message but it seems as if the image could not be found. I put the image in several directories without success. Has anybody successfully included an external image into svg? JOERN

[C2] SVG Serializer problem - svg2png looks bad

2001-08-27 Thread Rune Sandnes
We are generating graphic titles for our documents (the designer insists on antialiased Futura) using the SVG functions in Cocoon 2 (2b2) It was very easy to get going, and the titles looked good - until I realised I had by mistake chosen the svg2jpeg serializer, and titles should of course be

Re: [C1] new SVG formatter

2001-07-27 Thread Ulrich Mayring
Sylvain Wallez wrote: > > It's in the CVS along with the new "batik-libs.jar" and "dom2.jar" > libraries that are required for it to work. The javadoc > (org.apache.cocoon.formatter.SVGFormatter) contains the instructions to > add it to your environment. Cool, perhaps there could be a new releas

[C1] new SVG formatter

2001-07-27 Thread Sylvain Wallez
Hi all, For a "legacy" project using Cocoon 1, I needed to produce jpeg images from SVG. So I added a new formatter using Batik as the rendering engine, adapted from Cocoon2's SVG serializer. It's in the CVS along with the new "batik-libs.jar" and "dom2.jar&

Re: running c2 on linux with x11 for svg

2001-06-20 Thread matthieu VIDAL
bject: running c2 on linux with x11 for svg > Hi., > Anybody, luck with running c2 from linux box..with > svg...my server is complaining that it couldn't > connect to display:0.0..Someone suggested to run with > Xvfb..but it didnt help > > Anyone succeeded with thi

Re: running c2 on linux with x11 for svg

2001-06-19 Thread Eirik Dentz
d, 20 Jun 2001 01:37:47 +0100 (BST) > To: [EMAIL PROTECTED] > Subject: running c2 on linux with x11 for svg > > Hi., > Anybody, luck with running c2 from linux box..with > svg...my server is complaining that it couldn't > connect to display:0.0..Someone suggested to r

running c2 on linux with x11 for svg

2001-06-19 Thread java guru
Hi., Anybody, luck with running c2 from linux box..with svg...my server is complaining that it couldn't connect to display:0.0..Someone suggested to run with Xvfb..but it didnt help Anyone succeeded with this please..step-by-step details T

C2b1 on Resin 2.0.0 - Problem with SVG

2001-06-14 Thread Lorenzo De Sio
Hi, I almost got C2b1 working on resin 2.0.0 on NT4 (SUN JDK 1.3), but I can't seem to have SVG working. All SVG-generated PNG images are broken, and as I go to the http://localhost:8080/cocoon/svg example I get the following exception: java.lang.NoClassDefFoundError: java/awt

Re: Cocoon, XML and SVG !

2001-06-07 Thread Sylvain Wallez
benjamin pignier a écrit : > > Hi ! > > I am using Cocoon 1.8.2, SVG Viewer 2.0 Beta and IE > 5.5 > > I'm working on a project running with Cocoon, SVG and > XML. > In fact, I'm trying to create an SVG file with an XML > and an XSL. > The XML f

Cocoon, XML and SVG !

2001-06-07 Thread benjamin pignier
Hi ! I am using Cocoon 1.8.2, SVG Viewer 2.0 Beta and IE 5.5 I'm working on a project running with Cocoon, SVG and XML. In fact, I'm trying to create an SVG file with an XML and an XSL. The XML file contains all the informations I need to display inside. The XSL file succeed in tr

Re: [c2] SVG X11 display problem

2001-05-31 Thread eirikdentz
etter than placing all the jars > > into /lib) I have noticed one thing though. I'm using cocoon on a Netra > > T1, and they don't have any graphics cards. I had to remove all references > > to svg in the sitemap and cocoon.xconf. Otherwise, cocoon will give an > &

Re: [c2] SVG X11 display problem

2001-05-31 Thread Donald Ball
On Thu, 31 May 2001, Fred Tsang wrote: > Thanks for your help! (and yes, it is MUCH better than placing all the jars > into /lib) I have noticed one thing though. I'm using cocoon on a Netra > T1, and they don't have any graphics cards. I had to remove all references >

Re: [c2] SVG X11 display problem

2001-05-31 Thread Berin Loritsch
Fred Tsang wrote: > > Berin, > > Thanks for your help! (and yes, it is MUCH better than placing all the jars > into /lib) I have noticed one thing though. I'm using cocoon on a Netra > T1, and they don't have any graphics cards. I had to remove all references

[c2] SVG X11 display problem

2001-05-31 Thread Fred Tsang
Berin, Thanks for your help! (and yes, it is MUCH better than placing all the jars into /lib) I have noticed one thing though. I'm using cocoon on a Netra T1, and they don't have any graphics cards. I had to remove all references to svg in the sitemap and cocoon.xconf. Otherwise, c

Re: svg cocoon

2001-05-30 Thread Denny
Thanks Stefan for the tips on C1 and SVG...I'll pass them up to my developers and see that they give it a try... cheers and thanks again Denny stefan werner wrote: > > hi ulli, hi all, > thats right, cocoon can,t serve svg-files, please excuse my poor english. > the problem

Re: svg cocoon

2001-05-30 Thread stefan werner
hi ulli, hi all, thats right, cocoon can,t serve svg-files, please excuse my poor english. the problem with c1 & svg is, you have to use svg-namespace for the whole document you want to create. but it is good f.e. for popups displaying documents, containing just one svg-file. to do this you

Re: svg cocoon

2001-05-30 Thread Ulrich Mayring
Donald Ball wrote: > > On Tue, 29 May 2001, Ulrich Mayring wrote: > > > > What is not in beta? > > > > Cocoon2. (Cocoon1 can't serve SVG, but it can render it to PDF via fop) > > though it would seem to be easy as pie to write an SVGFormatter for c1,

Re: svg cocoon

2001-05-29 Thread Donald Ball
On Tue, 29 May 2001, Ulrich Mayring wrote: > > What is not in beta? > > Cocoon2. (Cocoon1 can't serve SVG, but it can render it to PDF via fop) though it would seem to be easy as pie to write an SVGFormatter for c1, if anyone wants to take a gander

Re: svg cocoon

2001-05-29 Thread Ulrich Mayring
Denny wrote: > > What is not in beta? Cocoon2. (Cocoon1 can't serve SVG, but it can render it to PDF via fop) Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung - Please check that your question has not a

Re: svg cocoon

2001-05-29 Thread Denny
What is not in beta? SVG? Yes, that's true the idea though was to indicate to the cocoon folks that SVG IS available and that the technology, though new, like C1 and C2, is powerful and interesting... cheers Denny Ulrich Mayring wrote: > > Denny wrote: > > > > Hello Ulri

Re: svg cocoon

2001-05-29 Thread Ulrich Mayring
Denny wrote: > > Hello Ulrich > > I understand in part why you say no to posting HTML links to SVG > resources ...but Cocoon comes "ready to serve" SVG but as far "we" know > (noone has identified a live site serving SVG with Cocoon) the SVG > compone

svg cocoon

2001-05-29 Thread Denny
Hello Ulrich I understand in part why you say no to posting HTML links to SVG resources ...but Cocoon comes "ready to serve" SVG but as far "we" know (noone has identified a live site serving SVG with Cocoon) the SVG component of Cocoon has not been given it's just

Re: live sites using SVG

2001-05-29 Thread Denny
Thanks for the link! I know about Pinkjuice! A monster in the SVG land...is Tobias in the Cocoon user group as well? cheers Denny stefan werner wrote: > > hi, > here are some links dealing with svg. > http://www.pinkjuice.com/SVG/SVGlinks.htm > thanks to tobias > > stefa

Re: live sites using SVG?

2001-05-28 Thread stefan werner
hi, here are some links dealing with svg. http://www.pinkjuice.com/SVG/SVGlinks.htm thanks to tobias stefan - Original Message - From: "Denny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 25, 2001 9:46 AM Subject: Re: live sites using SVG? >

<    1   2   3