cvs commit: xml-fop/src/java/org/apache/fop/fo/expr NCnameProperty.java

2004-02-03 Thread bckfnn
bckfnn 2004/02/03 08:39:06 Modified:src/java/org/apache/fop/fo/expr NCnameProperty.java Log: Support getObject(), used by Property.toString(). Revision ChangesPath 1.4 +7 -0 xml-fop/src/java/org/apache/fop/fo/expr/NCnameProperty.java Index: NCnameProperty

Just a small question...

2004-02-03 Thread Andreas L. Delmelle
Picked this one up @ mulberry: "In RenderX XEP, an XSL FO formatter, the preprocessor is written in XSLT; it is a complex stylesheet of moderate size, and it does what is best to do in XML manipulation language." Does anybody here have an idea of what exactly is meant by this? Is it an option t

cvs commit: xml-fop/src/java/org/apache/fop/fo/properties Property.java

2004-02-03 Thread bckfnn
bckfnn 2004/02/03 10:25:17 Modified:src/java/org/apache/fop/fo/properties Property.java Log: Re-enable toString() for the properties which wrap another object. Revision ChangesPath 1.3 +6 -2 xml-fop/src/java/org/apache/fop/fo/properties/Property.java Inde

RE: Just a small question...

2004-02-03 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > > Picked this one up @ mulberry: > > "In RenderX XEP, an XSL FO formatter, the preprocessor is written in XSLT; > it is a complex stylesheet of moderate size, and it does what is best to > do in XML manipulation la

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

2004-02-03 Thread jeremias
jeremias2004/02/03 14:08:05 Added: src/java/org/apache/fop/tools ProxyContentHandler.java Log: Simple proxying ContentHandler. Revision ChangesPath 1.1 xml-fop/src/java/org/apache/fop/tools/ProxyContentHandler.java Index: ProxyContentHandler.java

cvs commit: xml-fop/src/java/org/apache/fop/apps Driver.java

2004-02-03 Thread jeremias
jeremias2004/02/03 14:09:47 Modified:src/java/org/apache/fop/apps Driver.java Log: Move FOTreeListener registration and removal into getContentHandler() to fix SAX use case as demonstrated in ExampleXML2PDF. Revision ChangesPath 1.50 +23 -12xml-fop/src/java/org/

cvs commit: xml-fop/src/java/org/apache/fop/fo FOTreeBuilder.java FOPropertyMapping.java

2004-02-03 Thread jeremias
jeremias2004/02/03 14:10:39 Modified:src/java/org/apache/fop/fo FOTreeBuilder.java FOPropertyMapping.java Log: Style fixes only. Revision ChangesPath 1.21 +1 -1 xml-fop/src/java/org/apache/fop/fo/FOTreeBuilder.java Index: FOTreeBuild

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

2004-02-03 Thread jeremias
jeremias2004/02/03 14:11:15 Modified:src/java/org/apache/fop/render/pdf PDFRenderer.java Log: Tab char and style fixes only. Revision ChangesPath 1.31 +26 -27xml-fop/src/java/org/apache/fop/render/pdf/PDFRenderer.java Index: PDFRenderer.java ==

cvs commit: xml-fop/src/java/org/apache/fop/apps Driver.java

2004-02-03 Thread jeremias
jeremias2004/02/03 14:15:03 Modified:src/java/org/apache/fop/apps Driver.java Log: Copyright year update and enable keyword subst. Revision ChangesPath 1.51 +1 -1 xml-fop/src/java/org/apache/fop/apps/Driver.java Index: Driver.java

Re: ExampleXML2PDF.java not working

2004-02-03 Thread Jeremias Maerki
Fixed it...sort of. I've done what I've announced in the thread below. I'm not sure, however, if it will work in every situation as there is still an obscure little code section in render(). Anyway, ExampleXML2PDF produces valid PDF output again. On 03.02.2004 07:40:11 Jeremias Maerki wrote: > Ye

Re: ExampleXML2PDF.java not working

2004-02-03 Thread Glen Mazza
Thanks for the help. --- Jeremias Maerki <[EMAIL PROTECTED]> wrote: > Fixed it...sort of. I've done what I've announced in > the thread below. > I'm not sure, however, if it will work in every > situation as there is > still an obscure little code section in render(). > > Anyway, ExampleXML2PDF p