<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.text.xml.fop.user">
    <title>gmane.text.xml.fop.user</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26752"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26751"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26750"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26749"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26748"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26747"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26746"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26745"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26744"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26743"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26742"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26741"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26740"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26739"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26738"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26737"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26736"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26735"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26734"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.fop.user/26733"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26752">
    <title>Re: break-before in list-item-body: missing following content</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26752</link>
    <description>
Hi


No immediate idea on what the problem is, but for a possible  
(untested) workaround: could you try putting the text in question in  
its own list-item and specify the break-before on that? Should work,  
in theory, if for that item you use an empty label (or one containing  
only a no-break space) the result should look exactly like what  
you're trying to achieve.


HTH!

Cheers

Andreas
</description>
    <dc:creator>Andreas Delmelle</dc:creator>
    <dc:date>2008-08-29T16:33:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26751">
    <title>Re: FOP 0.95: Code lines that no longer wrap</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26751</link>
    <description>
Hi


AFAIU, this is a known 'issue'. (see also: https://issues.apache.org/ 
bugzilla/show_bug.cgi?id=43474)
Issue-between-quotes because, in spite of the default value for wrap- 
option being "wrap", strictly speaking, this only indicates that the  
formatter MAY (not MUST) insert implicit line-breaks. The method by  
which those are determined is left up to the implementation. FOP uses  
Unicode TR#14 (see: http://unicode.org/reports/tr14/) as a reference,  
and there, a break between two arbitrary alphanumeric characters is  
not considered, unless the two are separated by a space (which can  
also be a zero-width space).

As long as no one finds the time/energy to implement real line- 
wrapping on top of that, the workaround is to customize the  
stylesheet to insert zero-width spaces at strategic positions in the  
uninterrupted strings that would not fit on a single line. FOP will  
then gladly use these as additional break-possibilities.


HTH!


Cheers

Andreas
</description>
    <dc:creator>Andreas Delmelle</dc:creator>
    <dc:date>2008-08-29T16:19:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26750">
    <title>Re: FOP 0.95: Code lines that no longer wrap</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26750</link>
    <description>
Attached is the FO file (
http://www.nabble.com/file/p19222600/book.xml_fo_with_problem.xml
book.xml_fo_with_problem.xml ) and a PDF showing the two offending lines
that used to wrap correctly with the old FOP and DB stylesheets (
http://www.nabble.com/file/p19222600/fop_testing_wrap_test.pdf
fop_testing_wrap_test.pdf ).

The first line is on Adobe page 19, and the second is on Adobe page 34.

Much appreciated!
cheri

Jeremias Maerki-2 wrote:

</description>
    <dc:creator>Cheri Dennison</dc:creator>
    <dc:date>2008-08-29T15:52:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26749">
    <title>break-before in list-item-body: missing following content</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26749</link>
    <description>Hello

I have a problem with a "break-before" in a list-item-body:
content following this attribute inside the list-item-body has disappeared
"continue2/2   end"

I have replace with a "space-before" but result is surprising:
I have an overflow log message and 2 page-breaks instead of one
unexpected page-break between "continue2/2" and "end"

Same result with FOP-0.95 and FOP-trunk_svn689406

Regards
Patrice


----------------------------------------
&lt;?xml version='1.0' encoding='ISO-8859-1'?&gt;
&lt;fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"&gt;
&lt;fo:layout-master-set&gt;
&lt;fo:simple-page-master master-name="A4" page-height="29.7cm" page-width="21cm" margin="2cm"&gt;
&lt;fo:region-body margin-top="0cm" region-name="xsl-region-body"/&gt;
&lt;/fo:simple-page-master&gt;
&lt;/fo:layout-master-set&gt;
&lt;fo:page-sequence master-reference="A4" &gt;
&lt;fo:flow flow-name="xsl-region-body"&gt;

&lt;fo:block &gt;
                &lt;fo:block&gt;body1&lt;/fo:block&gt;
&lt;fo:block&gt;continue1/2&lt;/fo:block&gt;
&lt;fo:block break-before="column"&gt;continue2/2</description>
    <dc:creator>patrice.rosnet&lt; at &gt;free.fr</dc:creator>
    <dc:date>2008-08-29T13:39:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26748">
    <title>Type 1 font encoding problems?</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26748</link>
    <description>Hi,

I can't get FOP to render &amp;#x25B6; correctly in PDF (see e.g.
http://en.wikipedia.org/wiki/Unicode_Geometric_Shapes). 

It should show up in font "Courier". I checked the PDF generated, and
"Courier" is substituted with the Type 1 font "CourierStd" on my system,
telling from Acrobat Reader properties for the PDF file. I verified
using kfontview that indeed "CourierStd" has that glyph (in Unicode
block "Geometric Shapes"). 

The font's encoding is reported as Ansi, though, and I guess that's where
the problem is. 

In some related bug (https://issues.apache.org/bugzilla/show_bug.cgi?id=6237)
it was recommended to "use a Unicode user font". Now I wonder how I can get
FOP to use or embed a Type 1 font with Unicode encoding?

Bug https://issues.apache.org/bugzilla/show_bug.cgi?id=17828 lets me think
that embedding a TrueType Font could solve the problem, as it seems
TTF is treated as Unicode.

Here is a simple self-contained example to show the glyph in question:

    &lt;?xml version="1.0" encoding="UTF-8"?&gt;
</description>
    <dc:creator>Joerg von Frantzius</dc:creator>
    <dc:date>2008-08-29T13:39:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26747">
    <title>Re: ErrorListener [0.95]</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26747</link>
    <description>
My pleasure. I've been playing with this all morning.  This has a lot of
possibilities. The framework is very flexible. Since I am able to catch all
the messages rather then sending them to the gui app or std.out in real
time, the process speeds up. 

HTH,

Phil

 

Jeremias Maerki-2 wrote:

</description>
    <dc:creator>bonekrusher</dc:creator>
    <dc:date>2008-08-29T12:27:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26746">
    <title>Re: Glyph "black right-pointing triangle" not correctly rendered in PDF</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26746</link>
    <description>I'm afraid it's not that simple. While that "CourierStd" font might have
the glyph you're looking for, the "Courier" Base14 font is used when you
look at it from FOP's perspective. And that font is an old Type 1 font
which doesn't have this glyph. "CourierStd" is only a substitution on
the target platform.

You'll need to register the CourierStd (or another font with this glyph)
with FOP and adjust everything so this font is used instead. Then you'll
get your geometric shapes.

HTH

On 29.08.2008 12:16:06 Joerg von Frantzius wrote:



Jeremias Maerki
</description>
    <dc:creator>Jeremias Maerki</dc:creator>
    <dc:date>2008-08-29T12:13:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26745">
    <title>Re: ErrorListener [0.95]</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26745</link>
    <description>Thanks a lot for your feedback, Phil! Much appreciated. I'm sure there's
room for improvement still.

On 29.08.2008 13:28:18 bonekrusher wrote:



Jeremias Maerki
</description>
    <dc:creator>Jeremias Maerki</dc:creator>
    <dc:date>2008-08-29T12:07:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26744">
    <title>RE:  Glyph "black right-pointing triangle" not correctly rendered in PDF</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26744</link>
    <description>Hi,

IIRC, the standard Courier font doesn't contain the glyph x25B6;
This is why FOP replaces it with '#'

Font substitution in acrobat Reader cannot retrive the original glyph.
If you want this glyph, you have to ensure that the font used at the FOP stage:
  1/ contains the relevant glyph, and
  2/ is embeded in your PDF (see [1] and [2] for further details).
[1] http://xmlgraphics.apache.org/fop/0.95/fonts.html#embedding
[2] http://xmlgraphics.apache.org/fop/0.95/fonts.html#register

Pascal

</description>
    <dc:creator>Pascal Sancho</dc:creator>
    <dc:date>2008-08-29T11:36:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26743">
    <title>Re: ErrorListener [0.95]</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26743</link>
    <description>
Jeremias,

This is perfect I just finished running this in a sandbox swing app. This
allows control over what gets spit out by all events. Nice work.

In the sandbox, I just piped all the messages to an Arraylist, which can
either be sent to the app, out to a text file, or ignored for the end user.

Nice!

Regards,

Phil

</description>
    <dc:creator>bonekrusher</dc:creator>
    <dc:date>2008-08-29T11:28:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26742">
    <title>Glyph "black right-pointing triangle" not correctly rendered in PDF</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26742</link>
    <description>Hi,

I can't get FOP to render &amp;#x25B6; correctly in PDF (see e.g.
http://en.wikipedia.org/wiki/Unicode_Geometric_Shapes). Before I file a
bug report, I thought I better ask whether someone is able to render it
using the following example.

It should show up in font "Courier". I checked the PDF generated, and
"Courier" is substituted with the Type 1 font "CourierStd" on my system,
telling from Acrobat Reader properties for the PDF file. I verified
using kfontview that indeed "CourierStd" has that glyph (in Unicode
block "Geometric Shapes").

I tried with both FOP 0.94 and 0.95.

Maybe someone could feed the following example into FOP to verify that
it neither works for him/her while it should?

    &lt;?xml version="1.0" encoding="UTF-8"?&gt;
    &lt;fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"&gt;
        &lt;fo:layout-master-set&gt;
            &lt;fo:simple-page-master master-name="only"&gt;
                &lt;fo:region-body region-name="xsl-region-body"
    margin="0.7in" /&gt;
                &lt;fo:region-before region-name="</description>
    <dc:creator>Joerg von Frantzius</dc:creator>
    <dc:date>2008-08-29T10:16:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26741">
    <title>Re: JPEG problem - FOP 0.95</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26741</link>
    <description>


Jeremias Maerki-2 wrote:

Hi Jeremias

THanks for the fast and informative reply, much appreciated

ashley
</description>
    <dc:creator>SwissUser</dc:creator>
    <dc:date>2008-08-29T09:19:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26740">
    <title>Re: ErrorListener [0.95]</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26740</link>
    <description>In FOP 0.95 this is not easily possible. Can I point you to the event
framework introduced after 0.95 in FOP Trunk? This is still somewhat
experimental since I haven't had any substantial feedback since I've
implemented it. Documentation is found here:
http://xmlgraphics.apache.org/fop/trunk/events.html

This is not exactly using ErrorListener although you can easily route
all events through to an ErrorListener if you chose to do so. But it
allows you to get all sorts of detailed events about what's happening
inside FOP.

If you need help getting it going, just yell.

HTH

On 28.08.2008 18:09:25 bonekrusher wrote:




Jeremias Maerki
</description>
    <dc:creator>Jeremias Maerki</dc:creator>
    <dc:date>2008-08-29T07:06:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26739">
    <title>Re: JPEG problem - FOP 0.95</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26739</link>
    <description>
To document something like that to every possible detail is a lot of
work and is like to get out of sync with the code very quickly. Provided
this is possible at all since there are so many sub-formats and variants
in the image world. Of course, users can always help us gather
information by adding such information on the Wiki or sending patches
for our website sources.


The JPEG uses SOF1 (Extended Sequential DCT). I've never been able to
produce such a JPEG file and thus was never able to test with it. It
looks like the loading stage is not fine enough to handle a JPEG that does
not use baseline format. It has to be refined so more exotic JPEGs like
yours get decoded by a JPEG codec. Right now, the code tries to embed
the JPEG in the PDF without decoding it (to improve speed and lower
memory consumption), but PDF doesn't support extended sequential DCT.

Would you please add a Bugzilla entry (for product: Apache XML Graphics
Commons) and attach your JPEG file to the issue? Thanks.


"When" is a question </description>
    <dc:creator>Jeremias Maerki</dc:creator>
    <dc:date>2008-08-29T07:02:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26738">
    <title>Re: Referenced pattern not applied when PDF is encrypted</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26738</link>
    <description>Please file a bug in Bugzilla for this and add all the information here
to the issue. Thanks.

Encryption is always a bit tricky and our PDF library has still a few
messy parts which can lead to certain corner cases not to be handled
correctly when encryption is present. Someone will have to fix it. Not
sure if I'll have time and energy very soon. At least, with the Bugzilla
entry it won't get forgotten.

On 28.08.2008 11:59:23 Lea Thurman wrote:



Jeremias Maerki
</description>
    <dc:creator>Jeremias Maerki</dc:creator>
    <dc:date>2008-08-29T06:36:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26737">
    <title>Re: Problem with inserting a PNG file</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26737</link>
    <description>Another idea is to upgrade to FOP 0.95 final since there's at least one
bug fixed in this area. If that doesn't help, please make the PNG (and
the JPEG generated by GIMP you mentioned) available so we can find out
what the problem is.

It's a good idea to check that you check with a Sun JVM if that's not
already the case. In the latest release we rely on ImageIO to load PNG
images. Some non-Sun JVMs might not be totally bug-free when it comes to
PNG loading.

On 28.08.2008 15:34:44 Jubal Kessler wrote:



Jeremias Maerki
</description>
    <dc:creator>Jeremias Maerki</dc:creator>
    <dc:date>2008-08-29T06:33:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26736">
    <title>Re: Print Italics over an Image</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26736</link>
    <description>Can you please post (or send me) an FO file demonstrating the problem?
I'd like to reproduce that here. Thanks.


On 26.08.2008 18:44:23 Steffanina, Jeff wrote:




Jeremias Maerki
</description>
    <dc:creator>Jeremias Maerki</dc:creator>
    <dc:date>2008-08-29T06:27:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26735">
    <title>Re: FOP 0.95: Code lines that no longer wrap</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26735</link>
    <description>If you post an FO file (not DocBook) that demonstrates a problem I'll
gladly take a look.

On 27.08.2008 05:09:08 Cheri Dennison wrote:



Jeremias Maerki
</description>
    <dc:creator>Jeremias Maerki</dc:creator>
    <dc:date>2008-08-29T06:28:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26734">
    <title>Referenced pattern not applied when PDF is encrypted</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26734</link>
    <description>
Hi,

We are using FOP.0.95Beta on XP Pro and Mac OS X 10.5 and have encountered
the following problem when we encrypt our PDF's on both OS's.

We are generating the following SVG and then using FOP to convert this into
a PDF. The PDF is rendered correctly and the referenced pattern applied if
we do not encrypt the PDF. As soon as we encrypt the PDF the pattern is not
applied. In both cases the SVG is identical.

&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"&gt;
&lt;svg xml:space="preserve" height="297mm" width="210mm"&gt;
  &lt;defs&gt;
    &lt;pattern width="1" x="0" height="1" y="0" id="1219915834789"
patternUnits="userSpaceOnUse"&gt;
      &lt;image width="1" x="0" height="1" id="img1" y="0"
xlink:href="file:/tmp/A12/89.png"/&gt;
    &lt;/pattern&gt;
  &lt;/defs&gt;
  &lt;rect fill="url(#1219915834789)" x="1.0in" width="1.0in" height="1.0in"
y="1.0in" stroke="none"/&gt;
&lt;/svg&gt;

The code being used to encrypt the pdf is as follows: 

userAgent.getRende</description>
    <dc:creator>Lea Thurman</dc:creator>
    <dc:date>2008-08-28T09:59:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26733">
    <title>Re: left and right padding lost on fo:inline in table header when repeated beyond one page</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26733</link>
    <description>
Thank you so much Andreas!! I had no idea that the .conditionality property
existed. Once I added this to my FO, all is well.

Does it not seem a little pointless for this value to defaul to 'discard'?
Surely most people would expect padding to remain on subsequent pages? :-)

I keep discovering more and more of these ".something" properties, most seem
pretty useful and then I don't even understand why this one exists... But it
does and setting it to "retain" and my problem is fixed..

Many Thanks
Jonathan



Andreas Delmelle-2 wrote:

</description>
    <dc:creator>JonathanHeard</dc:creator>
    <dc:date>2008-08-28T09:28:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.fop.user/26732">
    <title>AW: AW: keep-together problem</title>
    <link>http://permalink.gmane.org/gmane.text.xml.fop.user/26732</link>
    <description>Hi again!

You are right, Chris. Integer keeps work with FOP Trunk. Thanks...

So I suppose that the integer support won't be released soon? :-(

Regards,
Jacqueline.

</description>
    <dc:creator>Preuss, Jacqueline - ENCOWAY</dc:creator>
    <dc:date>2008-08-28T08:23:18</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.text.xml.fop.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.xml.fop.user</link>
  </textinput>
</rdf:RDF>
