Re: Non-printable characters

2002-07-12 Thread Oleg Tkachenko
RamanaJV wrote: > I found that whenever a non-printable character is found in the text > of the FO document, FOP throws an error saying "Invalid XML character". What do you mean by "non-printable" character? xml (at least 1.0 version) is text rather than binary format and cannot contain con

Re: Non-printable characters

2002-07-12 Thread J.Pietschmann
RamanaJV wrote: > HI FOP Developers, > I found that whenever a non-printable character is found in the text > of the FO document, FOP throws an error saying "Invalid XML character". > Instead, I feel it's good to remove the non-printable character and proceed > with the rendering. There is

Re: Character Encoding in TXTRenderer

2002-07-12 Thread J.Pietschmann
Torsten Straube wrote: > While the PDF files are ok, the text files are always UTF-8 encoded. ... > My FO files always contain an encoding attribute in the XML declaration > so I thought the ContentHandler might instruct the renderer which encoding > to use but the SAXContentHandler does not get t

base dir problem - a example solution

2002-07-12 Thread Holger Prause
Hello, All ppl who know what a basedir is and how to use it, pls ignore that posting. I needed some time to understand how i can use relative paths with fop u need to set the baseDir: this allows u to configure FOP to start all relative paths at a certain directory for all ppl which have to se

RE: Non-printable characters

2002-07-12 Thread Jim Urban
Or instead of removing the non-printable character replace it with an image scaled to fit a single character (like a lot of other applications do). Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice:

Non-printable characters

2002-07-12 Thread RamanaJV
HI FOP Developers, I found that whenever a non-printable character is found in the text of the FO document, FOP throws an error saying "Invalid XML character". Instead, I feel it's good to remove the non-printable character and proceed with the rendering. Ramana.JV. -

Character Encoding in TXTRenderer

2002-07-12 Thread Torsten Straube
Hi all. I am using fop-0.20.4 to create PDF and text files from XML files encoded in ISO-8859-1. While the PDF files are ok, the text files are always UTF-8 encoded. By looking at the TXTRenderers sources I found the reason for this behaviour: The TXTRenderer uses the TXTStream class to write to

cvs commit: xml-fop/lib ant.LICENSE.txt ant.jar readme

2002-07-12 Thread keiron
keiron 2002/07/12 06:55:50 Modified:lib ant.LICENSE.txt ant.jar readme Log: updated to ant 1.5 also contains TraXLiaison class from optional jar which is required by the style task Revision ChangesPath 1.2 +49 -50xml-fop/lib/ant.LICENSE.txt Index