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:

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

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/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

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:

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 produces