[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 is displayed as SVG - BUT

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

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
As was already mentioned, it's a long-standing IE bug that should have been fixed years ago. (MS pledged full PNG support back in the days of IE 4.) One option is creating a specific stylesheet for IE that uses IE-specific markup and styling. The other (one that I prefer) is a piece of

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

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
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 http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/filters/AlphaImageLoader.asp Welcome to the

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

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

2002-12-03 Thread Chris Faulkner
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 think it is a bug. Anyhow, if I change this parameter to false (it is true by default) in cocoon.xconf parameter name=incremental-processing value=false/ I

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

[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

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:

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

RE: svg rasterize problems

2002-10-15 Thread Conal Tuohy
Peter - the problem may be that Batik has failed to resolve the relative url svg.css. I've also had problems with Batik's resolver when using svg image elements that refer to external graphic files, and I've found it necessary to provide an absolute URL; this may solve your problem too, though

RE: svg rasterize problems

2002-10-15 Thread schaer
hi con, many thanks for this hint. i added the absolute URL of my server to the code and voila! everything works. thanks very much peter Zitat von Conal Tuohy [EMAIL PROTECTED]: Peter - the problem may be that Batik has failed to resolve the relative url svg.css. I've also had problems with

Re: SVG image tag fails: 'xlink:href' required

2002-10-09 Thread James Ashton
I posted a similar problem (although got no replies or help from this list!) instead of putting your reference to xmlns:xlink in your svg header, put it in your stylesheet header as follows. (The transformer engine won't be able to validate the stylesheet otherwise.) xsl:stylesheet version=1.0

Re: SVG conversion with Scripting

2002-09-17 Thread J.Pietschmann
Rob Grundel wrote: I have a svg image that gets serialized to jpeg through the svg2jpeg converter. In this svg i use ECMA script to format some of the text. It displays properley when viewed through an SVG viewer but when converted to JPEG it does not seem to be running the script. AFAIK

Re: svg xsp java

2002-09-06 Thread Boris Althaus
I think you should build the attribute using xsp:attribute name="y"xsp:expr... - Original Message - From: Sanne de Roever To: [EMAIL PROTECTED] Sent: Friday, September 06, 2002 7:23 PM Subject: svg xsp java Hi, I've managed to make some svg's with

Re: svg xsp java

2002-09-06 Thread Ilya A. Kriveshko
You are trying to use JSP approach to writing XSP document. Use the following syntax for dynamic attributes instead: xsp:logic for (int count=0;count lt; 25;count++){ /xsp:logic g id=XMLID_1_ rect x=0 width=500 height=12 fill=yellow xsp:attribute name=yxsp:expr count*13+40

Re: svg xsp java - solved!

2002-09-06 Thread Sanne de Roever
A. Kriveshko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 06, 2002 7:27 PM Subject: Re: svg xsp java You are trying to use JSP approach to writing XSP document. Use the following syntax for dynamic attributes instead: xsp:logic for (int count=0;count lt; 25;count++){ /xsp:logic

Re: SVG trouble!

2002-08-22 Thread Raúl Wild-Spain
I'm going to install X in my Debian and to prove again ... thanks J.P. ! ;-)) - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 9:27 PM Subject: Re: SVG trouble! Raúl Wild-Spain wrote: java.lang.UnsatisfiedLinkError

Re: SVG trouble!

2002-08-21 Thread J.Pietschmann
Raúl Wild-Spain wrote: java.lang.UnsatisfiedLinkError: /usr/local/j2sdk1.4.0_01/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory Batik, the SVG rasterizer distributed with Cocoon, needs by default X11 installed and running in order to run. There

RE: SVG problems with use

2002-07-10 Thread Robert Bourdeau
Ok, from what I can determine with my limited knowledge, Batik currently fully supports static use of use, but dynamic use of use is not supported but will be supported in Batik 1.5 beta 4. I have Cocoon 2.0.2-dev I'm not entirely sure which version of Batik this would include. Is there some

RE: SVG problems with use

2002-07-10 Thread Vadim Gritsenko
From: Robert Bourdeau [mailto:[EMAIL PROTECTED]] Ok, from what I can determine with my limited knowledge, Batik currently fully supports static use of use, but dynamic use of use is not supported but will be supported in Batik 1.5 beta 4. I have Cocoon 2.0.2-dev I'm not entirely sure

Re: SVG Caching question

2002-06-18 Thread Spectron International, Inc.
17, 2002 12:29 PM Subject: RE: SVG Caching question Things are a bit different in the Cocoon2.1. BTW, if you do not implement Cacheable - it will not be cached. Vadim - Please check that your question has not already

RE: SVG BUG?: The attribute 'xlink:href' of the element image isrequired

2002-04-22 Thread Andrew Savory
On Mon, 22 Apr 2002, Conal Tuohy wrote: When you say you've had problems with relative hrefs, do you mean you have used images in SVG? Or were your href problems in some other context? Yes, it was with SVG. Here's an example that works for me: ?xml version=1.0? xsl:stylesheet version=1.0

SOLUTION: RE: SVG BUG?: The attribute 'xlink:href' of the element image is required

2002-04-22 Thread Conal Tuohy
!! ;-) Cheers Conal -Original Message- From: Andrew John Savory [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew Savory Sent: Monday, 22 April 2002 20:11 To: Conal Tuohy Cc: [EMAIL PROTECTED] Subject: RE: SVG BUG?: The attribute 'xlink:href' of the element image is required On Mon, 22

Re: SVG BUG?: The attribute 'xlink:href' of the element image isrequired

2002-04-21 Thread Andrew Savory
On Sun, 21 Apr 2002, Conal Tuohy wrote: image xmlns:xlink=http://www.w3.org/1999/xlink; xlink:href=Ba01S000.jpg Try using an absolute URL for the href. I've had problems with relative hrefs. Andrew. -- Andrew SavoryEmail: [EMAIL PROTECTED] Managing

RE: SVG BUG?: The attribute 'xlink:href' of the element image is required

2002-04-21 Thread Conal Tuohy
Andrew John Savory wrote: On Sun, 21 Apr 2002, Conal Tuohy wrote: image xmlns:xlink=http://www.w3.org/1999/xlink; xlink:href=Ba01S000.jpg Try using an absolute URL for the href. I've had problems with relative hrefs. Cheers, Andrew. I've tried relative and absolute URLs but I

RE: SVG - Including External CSS files

2002-04-19 Thread Luca Morandini
K, you should use the proper xsl:processing-instruction element to handle PIs, like in: xsl:processing-instruction name=xml-stylesheet href=trafficsvg.css type=text/css /xsl:processing-instruction Best regards, P.S. Nice map, BTW :)

RE: SVG - Including External CSS files

2002-04-19 Thread Kirwan, K.
: +31152785061 mobile: +31618913752 -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: vrijdag 19 april 2002 14:09 To: [EMAIL PROTECTED] Subject: RE: SVG - Including External CSS files K, you should use the proper xsl:processing-instruction element to handle PIs, like

RE: SVG Transparency

2002-03-19 Thread Michael Zehrer
05:50:04 Hi Chris, thanks for the link, but excuse me this is a little bit too complex. Can you explain the concept? Cheers Michael -Ursprüngliche Nachricht- Von: Chris Newland [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 18. März 2002 16:41 An: [EMAIL PROTECTED] Betreff: RE: SVG

Re: SVG Transparency

2002-03-19 Thread Simeon Walker
complex. Can you explain the concept? Cheers Michael -Ursprüngliche Nachricht- Von: Chris Newland [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 18. März 2002 16:41 An: [EMAIL PROTECTED] Betreff: RE: SVG Transparency http://www.w3.org/TR/SVG/masking.html HTH, Chris -Original

RE: SVG Transparency (GIF Serializer?)

2002-03-19 Thread Michael Zehrer
Walker [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. März 2002 15:05 An: [EMAIL PROTECTED] Betreff: Re: SVG Transparency This may be a silly question but what are you usig to view the generated png's? Mozilla shows transparency ok but Netscape 4.x and maybe others won't. Sim Michael Zehrer

RE: SVG Transparency

2002-03-18 Thread Chris Newland
http://www.w3.org/TR/SVG/masking.html HTH, Chris -Original Message- From: Michael Zehrer [mailto:[EMAIL PROTECTED]] Sent: 18 March 2002 15:24 To: Cocoon-Users (E-Mail) Subject: SVG Transparency Hi list, maybe a little offtopic, but how can I have svg images with

RE: SVG not working with J2SDK 1.4.0 ?!?

2002-02-28 Thread Georg Von Sperling
Peter, The svg2jpeg serializer in batik 1.1.1 with jdk1.4.0 seems to not work anymore. Converting the pipeline to use svg2png serialization works. There is a bug posted on bugzilla. I have proposed a fix, and waiting for resolution. Meanwhile, to make the fix work, check out xml-batik

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

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 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, 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 Linux can perfectly function without

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 submitted

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 at it. - donald