cvs commit: xml-fop/hyph hu.xml

2002-02-11 Thread keiron
keiron 02/02/11 00:49:52 Added: hyph hu.xml Log: hungarian hyphenation Submitted by: Simon Geza [EMAIL PROTECTED] Revision ChangesPath 1.1 xml-fop/hyph/hu.xml Index: hu.xml

XML Parsing [2]

2002-02-11 Thread Keiron Liddle
Since everyone knows the basics we can get into the various stages starting with the XML handling. XML Input - FOP can take the input XML in a number of ways: - SAX Events through SAX Handler - DOM which is converted into SAX Events - data source which is parsed and converted into SAX

Re: XML Parsing [2] (RTF document header)

2002-02-11 Thread Bertrand Delacretaz
On Monday 11 February 2002 10:19, Keiron Liddle wrote: . . . At the end of a page sequence we know that all pages in the page sequence can be rendered without being effected by any further XML. Note that this won't be the case with RTF: AFAIK an RTF document has to contain a document header

Re: XML Parsing [2] (RTF document header)

2002-02-11 Thread Keiron Liddle
After a bit of a think I realise that this statement isn't completely true. Pages may still contain unresolved page numbers or links. What I meant is that the layout can be completed and pages that are finished can be rendered. The layout managers themselves can do this a page at a time. If

cvs commit: xml-fop/src/org/apache/fop/tools AreaTreeBuilder.java

2002-02-11 Thread keiron
keiron 02/02/11 01:45:39 Modified:src/org/apache/fop/layoutmgr TextLayoutManager.java src/org/apache/fop/render/pdf CIDFont.java Font.java PDFRenderer.java src/org/apache/fop/render/pdf/fonts LazyFont.java

cvs commit: xml-fop LICENSE build.xml

2002-02-11 Thread keiron
keiron 02/02/11 01:54:47 Modified:.LICENSE build.xml Log: updated date to current year Revision ChangesPath 1.5 +1 -1 xml-fop/LICENSE Index: LICENSE === RCS file:

DO NOT REPLY [Bug 4837] - Please add new versions for FOP

2002-02-11 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=4837. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4562] - XSL 1.0 uses master-reference now, not master-name

2002-02-11 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=4562. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5705] - ant.jar missing from lib

2002-02-11 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=5705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5099] - fop gets stuck in infinite loop when table rows with keep-with-next that together, are larger than the current page

2002-02-11 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=5099. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

problem with user font

2002-02-11 Thread Nick Winger
hi ! i have defined my own font ( arial ): i made an xml file for the font like this (in the root directory of fop): java -cp build\fop.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar org.apache.fop.fonts.apps.TTFReader d:\winnt\fonts\arial.ttf ttfarial.xml now i wrote that in

DO NOT REPLY [Bug 6094] - 0.20.3rc hangs in endless loop

2002-02-11 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=6094. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6094] - 0.20.3rc hangs in endless loop

2002-02-11 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=6094. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6094] - 0.20.3rc hangs in endless loop

2002-02-11 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=6094. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Surprising XEP vs. FOP benchmarking results

2002-02-11 Thread Weiqi Gao
When we compared FOP and XEP in June last year, both are using roughly the same amount of memory and took the same amount of time (roughly). We had thought, Here's a commercial product, maybe it's faster and use less memory. We were wrong. XEP does generate nicer outputs and supports more of

RE: OC4J AND FOP

2002-02-11 Thread Luis María Ruiz del Portal Lázaro
Thank you very much Arved, that was one of my two problems. Now i know how to change the classpath,and the anotherproblem is that like in tomcat I put xerces-1.2.3.jar, xalan-2.0.0.jar at the beginning of tomcat classpath and deleted the jaxp.jar, parser.jar to run fop, now i do notwich is

Re: Understanding FOP [1]

2002-02-11 Thread Keiron Liddle
On 2002.02.11 16:04 Peter B. West wrote: This is probably for later, too, but I would like to see the plumbing discussed, as a whole, in more detail. For example, in terms of the existing version, a diagram of nested method calls illustrating the way in which these pipes `-' are realised