Problems with graphics under F7

2007-06-01 Thread Brad Smith
Hi folks, I'm trying out fop under the just-released Fedora 7 Linux distribution. Installation of an rpm I made previously, which is based on the svn trunk as of May 1st and which works great on FC6 and RHEL4, went fine but when I try to build I see a bunch of messages like this: SEVERE: Cannot

Re: thumb index creation

2007-06-01 Thread Stefan Heuer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andreas, this is more a XSLT question. There should be a more appropiate list at mullberry.com. But on the first glance you have to use the XPath term "." to adress current element in a for-each loop. sample: Stefan Andreas Peter schrieb: > He

thumb index creation

2007-06-01 Thread Andreas Peter
Hello together, at the moment I am working on a thumb index for a broschure. My problem is that I do not know exactly how to address the content of an element. For example I want to address the content (here Seminare) of the element Seminare for my thumb index. More concrete: The XML-File

RE: Setting the Cell bgColor to charts (JFreeChart)

2007-06-01 Thread Pascal Sancho
Hi, Are you still using FOP 0.20.5? If yes, for this feature, you should alsoo upgrade to FOP 0.93 Pascal > -Message d'origine- > De : Harshini Madurapperuma [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 1 juin 2007 14:10 > > Hi all; > > The cell's background color is not applying to

Setting the Cell bgColor to charts (JFreeChart)

2007-06-01 Thread Harshini Madurapperuma
Hi all; The cell's background color is not applying to charts in AWT preview. But the background color is visible in PDF's.. Can anyone tell the reason for this? Here i have attached the pictures in AWT preview and the picture displayed in PDF (with the grey background color of cell) AWT

RE: SVG underline support in fop?

2007-06-01 Thread Pascal Sancho
Apparently, FOP 0.20.5 (or the BATIK version in the FOP bundle) doesn't show underline in SVG. Since FOP 0.20.5 not supported anymore, I encourage you to upgrade to FOP 0.93 (visit [1] for howto) [1] http://xmlgraphics.apache.org/fop/0.93/upgrading.html Pascal > -Message d'origine- >

RE: SVG underline support in fop?

2007-06-01 Thread Harshini Madurapperuma
Hi; I'm using FOP 0.20.5. does this support? /Harshini -Original Message- From: Pascal Sancho [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 2:14 PM To: fop-users@xmlgraphics.apache.org Subject: RE: SVG underline support in fop? Hi, Underline applied on text in SVG works fine

RE: SVG underline support in fop?

2007-06-01 Thread Pascal Sancho
Hi, Underline applied on text in SVG works fine in FOP 0.93. The relevant css style is: text-decoration:underline; If you still don't see underline, can you post a short XSL-FO or SVG file that demonstrates yoyr problem, please? And what is your FOP version? Pascal > -Message d'origine