Here is what works for me. I'll submit it also upstream.
--
Mathieu
Index: src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
===
--- src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java (r
On Thu, Feb 25, 2010 at 5:13 PM, Vincent Fourmond wrote:
> Mathieu Malaterre wrote:
>> On Thu, Feb 18, 2010 at 10:38 PM, Vincent Fourmond
>> wrote:
>>> Mathieu, I've just uploaded a package with a fix to experimental.
>>> Would you mind trying if that works for you, before I upload to unstable
Mathieu Malaterre wrote:
> On Thu, Feb 18, 2010 at 10:38 PM, Vincent Fourmond wrote:
>> Mathieu, I've just uploaded a package with a fix to experimental.
>> Would you mind trying if that works for you, before I upload to unstable
>> ? (just being my usual paranoid ;-)...)
>
> I have tried a coup
On Thu, Feb 18, 2010 at 10:38 PM, Vincent Fourmond wrote:
> Mathieu, I've just uploaded a package with a fix to experimental.
> Would you mind trying if that works for you, before I upload to unstable
> ? (just being my usual paranoid ;-)...)
I have tried a couple of things. I just do not unders
brian m. carlson wrote:
> I *believe* that normally fop omits empty fo:inline elements. However,
> in this case, fop can't do that, since the element in question has an id
> attribute, which might be referenced by something else.
>
> As a consequence, in the failing function, currLM is null, wher
tags 570095 + patch
kthxbye
I *believe* that normally fop omits empty fo:inline elements. However,
in this case, fop can't do that, since the element in question has an id
attribute, which might be referenced by something else.
As a consequence, in the failing function, currLM is null, where it
On Wed, Feb 17, 2010 at 9:23 PM, Vincent Fourmond wrote:
> Mathieu Malaterre wrote:
>> severity 570095 grave
>> thanks
>>
>> fop 0.95 cannot generate a pdf when input document contains a
>> element. This has been fixed since then (fop 0.95 was
>> release in July 2008). I would be nice if a versi
I've taken a look at this and found that the problem is an empty
fo:inline element with an id attribute. In the DocBook 5 example,
substituting the anchor element with a phrase element (keeping the
element empty) causes the same problem, since the DocBook XSL-NS
stylesheets translate this to the s
Mathieu Malaterre wrote:
> severity 570095 grave
> thanks
>
> fop 0.95 cannot generate a pdf when input document contains a
> element. This has been fixed since then (fop 0.95 was
> release in July 2008). I would be nice if a version from trunk was
> available.
I'm ready to package a new vers
severity 570095 grave
thanks
fop 0.95 cannot generate a pdf when input document contains a
element. This has been fixed since then (fop 0.95 was
release in July 2008). I would be nice if a version from trunk was
available.
Thanks
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.de
Hi Georg,
Thanks a bunch for the info. I'll raise the issue on the debian
package itself. fop is pretty much useless if one cannot even use a
simple element !
Just for info I did compare trunk to fop 0.95 using diff -u:
$ diff -x .svn -ru fop-0_95 trunk | wc
149462 621452 5984407
There h
This is the latest from debian:
# apt-cache policy fop
fop:
Installed: 1:0.95.dfsg-7
Candidate: 1:0.95.dfsg-7
Version table:
*** 1:0.95.dfsg-7 0
500 http://ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
So I am guessing this is an official release.
I'd like
On Wed, Feb 17, 2010 at 12:51 AM, Daniel Leidert wrote:
> Am Dienstag, den 16.02.2010, 14:21 +0100 schrieb Mathieu Malaterre:
>
> [..]
>> [warning] /usr/bin/fop: Unable to locate xml-apis in /usr/share/java
>
>
> Missing (a dependency on) libjaxp1
Am Dienstag, den 16.02.2010, 14:21 +0100 schrieb Mathieu Malaterre:
[..]
> [warning] /usr/bin/fop: Unable to locate xml-apis in /usr/share/java
Missing (a dependency on) libjaxp1.3-java?
Regards, Daniel
--
To UNSUBSCRIBE, email to debian-b
If this helps, I converted it to docbook 5 with the same result:
$ cat test5.xml
http://docbook.org/ns/docbook"; version="5.0">
title
The anchor element is empty and contributes
nothing to the flow of the content in which it occurs. It is only useful
as a target.
$ fop -xsl /usr/shar
I can reproduce it also in my sid chroot system:
# xmlto pdf test.xml
Making portrait pages on a4 paper (210mmx297mm)
PassiveTeX is needed for this format, but it is not installed. Please install
the passivetex package.
gotlib# xmlto --with-fop pdf test.xml
Making portrait pages on a4 paper (210m
Package: fop
Version: 1:0.95.dfsg-7
Severity: important
fop currently segfault on a very simple docbook file:
consider the following test.xml file:
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; []>
title
Now run:
$ xsltproc --stringparam fop1.extensions 1 --stringpa
17 matches
Mail list logo