cvs commit: xml-fop/src/org/apache/fop/render/xml XMLRenderer.java

2002-02-08 Thread keiron
keiron 02/02/08 00:25:08 Modified:src/org/apache/fop/render/xml XMLRenderer.java Log: renders word are to xml Revision ChangesPath 1.33 +11 -1 xml-fop/src/org/apache/fop/render/xml/XMLRenderer.java Index: XMLRenderer.java

Multiple fonts

2002-02-08 Thread Gilles Beaugeais
Hye all, I am using FOP-0.20.3RC. I have an xml file coded in 'utf-8'. So I add at the beginning of my xsl-fo file the line : ?xml version=1.0 encoding=utf-8? And I want that the default font is 'Helvetica' and 'Symbol' when there are symbols in the text (which are not available with

question about centimeters (cm) and points (pt)

2002-02-08 Thread Nick Winger
hi ! i have a question: how many pt's (points) is 1 or 10 cm (centimeters) and/or how many cm is 1 or 10 pt's ? thanks and greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1-3195263-20

RE: question about centimeters (cm) and points (pt)

2002-02-08 Thread Sachin Oswal
Hi, 1inch has 72 points. 1inch = 2.54 cm. thereby 1cm = 28.35 points (apprx) and vice versa Regards, Sachin -Original Message- From: Nick Winger [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 6:23 PM To: Apache Mailinglist (E-Mail) Subject: question about

static content question

2002-02-08 Thread Nick Winger
hello again ! another problem i would like to solve: out.println( fo:flow flow-name=\xsl-region-body\ ); out.println( fo:static-content flow-name=\xsl-region-body\ ); i have a fo:flow flow-name=xsl-region-body to display the content which goes through

Re: Documentation volunteer?

2002-02-08 Thread Cyril Rognon
Peter, I would gladly start this, but I have not found any docs nor htmldocs target in the build.xml I have started to decorate Keiron's Understanding series following the sample xml files that can be found in the xmldocs directory but I would like to test it now. any clue ? By the way, if

DO NOT REPLY [Bug 1332] - MIF output strings not properly escaped

2002-02-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1332. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4492] - text-decoration=underline on fo:block ignored

2002-02-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4492. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: fop issue

2002-02-08 Thread Corinna Hischke
Hi Cyril, Whenever I use multiple pages table, FOP goes really fast eating memory. It seems that even with multi page sequences that contains multi pages table, the memory grows over and over as the document is rendered. I would like to know why my page sequence division seems not to

Status maintenace release

2002-02-08 Thread Christian Geisert
Ok, just a short info about the current status of the maintenace release. Things I want to do for the release: -apply proper font econding patch by Peter S. Housel and Rainer Garus I've tested it and it's looks good, 'build test' showed a small difference in the width of '-' character. (I

Netbeans and Fop Ant

2002-02-08 Thread joseph . aloysius . gilvary
Howdy, I want to step through code with Netbeans and learn more about how Fop is working that way. I cannot find the setting to get Netbeans 3.3.1 to build with build.xml correctly. I have added every jar in \lib to the classpath (for internal compiler and external compiler) in Netbeans, but the

DO NOT REPLY [Bug 6305] - Using fo:table-and-caption results in empty output

2002-02-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6305. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: StructureEvents concept

2002-02-08 Thread Peter B. West
Bernard, What sort of structure does rtf exhibit? Is it a page-based structure, or is it divided, like xslfo, into page definitions and flows? This is a critical difference as far as the design goes. From what you say below, it seems to rely on a flow-based model. Peter Keiron Liddle

Re: Multiple fonts

2002-02-08 Thread Peter B. West
This was in the final PR, at least, and it is a piece of syntactical nastiness which comes to us from CSS. Not only is the font-family value a comma-separated list of indeterminate length, but individual names may include spaces, and such names need not be quoted. Syntax like this makes

DocBook XML-FO, getting started was Re: Clueless Newbie is lost!

2002-02-08 Thread ewitness - Ben Fowler
Assuming you really are a 'Newbie', you will profit from reading the famous 'Choosing good subject lines' post, archived here URL: http://www.perl.com/CPAN-local/authors/Dean_Roehrich/subjects.post , and won't be offended by my pointing you to it. Assuming you really are Clueless (which is an

Generating output from XML was Re: Clueless Newbie is lost!

2002-02-08 Thread ewitness - Ben Fowler
Thierry, I guess I am so new to this that I don't know what you mean by formatting? I thought that XML was formatless (if that is a word), in that the DTD and the style sheets did all the formatting? Not the DTD (which is optional for XML), and provides constraints for an xml file. Yes, a