Re: Chinese hyphenation particularity

2006-03-07 Thread Nicolas Lalevee
Jeremias Maerki a écrit : There's not much else you can do other than to try to handle/work-around everything in XSLT. FOP does not have special code to handle languages like Chinese. We lack the knowledge set in the project team. Every now and then we talk about implementing UAX#14 line

Re: Chinese hyphenation particularity

2006-03-07 Thread Jeremias Maerki
UAX#14 is specified here: http://www.unicode.org/reports/tr14/ If you're serious about diving into this, keep in mind that this is probably not a small job and will require some amount of getting acquainted with FOP and its innards. It's also recommended that you subscribe to the fop-dev mailing

Hello, about fop

2006-03-07 Thread chinlu chinawa
Hi guys, I've been around the installation of trunk's version of FOP, which I've ended up by not being able to use beacuse of my system is too old (libc-2.2, gcc 2.95.3), and the java version you've lately updated to, doesn't run here. Actually, the only version I'd able to use, would be 0.20.5.

Antwort: Re: Antwort: Re: Changing logging behavior in an embedded application.

2006-03-07 Thread Eckard_Buchner
i could do something like this: Add a parameter -v (verbose) and doing system.out only when this parameter is set. Additionally there would be a boolean property, because when I embed the reader I do not use the main() method. Do you agree? Eckard Jeremias Maerki [EMAIL PROTECTED]

Re: Hello, about fop

2006-03-07 Thread chinlu chinawa
Well, I got both jdk, and jre installed (1_3_1_17), I mean, the did decompress. They need at least glibc-2.2.4, whilst mine is 2.2.1. Could not even build fop because of this, therefore there's no way it would run either, so I got rid of all. I wouldn't say this is any odd problem at all, but a

Re: Antwort: Re: Antwort: Re: Changing logging behavior in an embedded application.

2006-03-07 Thread Jeremias Maerki
If the TTFReader is supposed to be used as an embedded component, it's best to separate the logic from the command-line interface. System.out calls would then not be permitted in the logic, only in the command-line interface. I don't like when things are mixed. I've just had a look at the code and

Re: Changing logging behavior in an embedded application.

2006-03-07 Thread Eckard_Buchner
you are right the trunk version is fine. I am still using the 0.20 version but I will soon upgrade Eckard Jeremias Maerki [EMAIL PROTECTED] 07.03.2006 10:17 Bitte antworten an fop-users@xmlgraphics.apache.org An fop-users@xmlgraphics.apache.org Kopie Thema Re: Antwort: Re:

Re: page sequencing for parallel print

2006-03-07 Thread Jeremias Maerki
Partially. We've already implemented the bookmark feature in 0.91beta. Other features will be added as people invest effort into FOP. On 07.03.2006 11:33:11 Christiane Fritze wrote: Will the next FOP follow the new XSL 1.1 candidate recommendation? Jeremias Maerki

Fonts

2006-03-07 Thread Andreia Oliveira
Hi. I am a newbie in FOP and I am struggling with a question regarding fonts. I inherited a project from a colleague and I am a bit lost. We want to generate pdf files. For that, currently (and until we have a complete database structure built / and the .net engine that will generate

Re: Hello, about fop

2006-03-07 Thread b . ohnsorg
- original Nachricht Betreff: Hello, about fop Gesendet: Mo 06 Mär 2006 23:39:57 CET Von: chinlu chinawa[EMAIL PROTECTED] I understand dockbook/XML-XSLT/SGML-DSSSL and it's customization layers as a good way of working, although I'd like an expert to advise me.

RE: Fonts

2006-03-07 Thread Andreia Oliveira
I proceeded as suggested. The fo file generated by step 1 has no reference to the strong or em elements. Proceeded to step two and final pdf file was not generated as supposed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: terça-feira, 7 de Março de 2006

RE: Fonts

2006-03-07 Thread Andreia Oliveira
Hi. This new approach was attempted (separate templates as suggested). The result is the text inside field1 is not touched at all (as before). It remains as before without any tranformation. It seems to me that fop is not even applying the template despite the fact that the xml file as references

Re: Fonts

2006-03-07 Thread Andreas L Delmelle
On Mar 7, 2006, at 19:26, Andreia Oliveira wrote: Hi, This new approach was attempted (separate templates as suggested). The result is the text inside field1 is not touched at all (as before). It remains as before without any tranformation. It seems to me that fop is not even applying the

alternatives to floats in fop

2006-03-07 Thread Johannes Künsebeck
Hi, I try to build a complex design with fop, the design-template can be seen here : http://yucca-net.de/data/gild.pdf After toying around with fop, I'm not sure if it is possible to realize this design with fop. I got alternating page-masters and the background-design working. I can format

FOP Example Servlet error

2006-03-07 Thread Sir Strongbad
After a little trouble (and MUCH help from this board!) I was able to run the FOP servlet build. I am trying to test it by passing it a simple XML and XSL document, but it is generating an error as seen below, in Tomcat. Is the servlet no seeing the stylesheet? I have tried passing the whole

Re: FOP Example Servlet error

2006-03-07 Thread J.Pietschmann
Sir Strongbad wrote: I am trying to test it by passing it a simple XML and XSL document, but it is generating an error as seen below, in Tomcat. Is the servlet no seeing the stylesheet? That's the most probable cause. Another possibility is a faulty style sheet. Test your source XML+XSLT

Re: NPE

2006-03-07 Thread Glen Mazza
Andreas L Delmelle wrote: In the latter case, however: fo:instream-foreign-object svg:svg ... ... /svg:svg /fo:instream-foreign-object Note that the i-f-o now contains two text nodes (= #PCDATA): '#x0A;#x20;#x20;' and '#xA0;' I think they call that insignificant white space, and