Re: how to handle multiple XSL-FO stylesheets with inlcude

2010-08-19 Thread Craig Ringer
On 20/08/10 03:45, twfurst wrote: > I had thought that I could create a "main" XSL file that would use > to pull in the contents of my other XSl files for each schema > type. I ran a sample, creating a main.xsl that contained all of my > elements and had the include. Try asking on the XSL maili

Re: Complex Script Support

2010-08-19 Thread Glenn Adams
Thanks to Simon for committing this patch. Let me provide some additional information that will help evaluators or reviewers: - this work is being developed in the Temp_ComplexScripts branch of the FOP SVN repository, and, when appropriate, will be merged into the main development trunk;

RE: Complex Script Support

2010-08-19 Thread Jonathan Levinson
Congratulations! Are Windows true type fonts supported? More broadly, is font support limited or can we use the fonts that come with the OS? We have a Dubai group, I'd like to have try out your complex script support, but I know which fonts are supported could be an issue. Looking at their te

Complex Script Support

2010-08-19 Thread Simon Pepping
We are happy to let you know that Complex Script Support for FOP is under development. Glenn Adams is developing this functionality on behalf of Basis Technologies. To make this development efficient and successful, we need your contribution as well. Does your native language use complex scripts a

how to handle multiple XSL-FO stylesheets with inlcude

2010-08-19 Thread twfurst
Hello, I have posted here before for this problem, but am going to try to phrase this differently. I have an XML file that lists all XML files needed to create a publication, my desired PDF output. I have developed my headers and footers for this manual. Now, of the XML files that populate this

RE: Invalid PDF Created

2010-08-19 Thread Eric Douglas
I resolved this. After the transform I didn't close the output stream. Apparently that left some bytes hanging. I still haven't heard anything about my other problem. Should I send to fop-dev when I get no response from fop-users? I need to know why the code for a character □ comes out as # in

Invalid PDF Created

2010-08-19 Thread Eric Douglas
If I try to create a PDF directly from the transform with FOP 1.0, by passing a BufferedOutputStream created from a FileOutputStream into the FopFactory.newFop, it's creating an incomplete PDF. Am I missing something or where should this come from? If I view the PDF it creates in a text editor and

RE: Bug in 1.0?

2010-08-19 Thread Amick, Eric
Done. Eric Amick Systems Engineer II Legislative Computer Systems > -Original Message- > From: Simon Pepping [mailto:spepp...@leverkruid.eu] > Sent: Thursday, August 19, 2010 5:38 > To: fop-users@xmlgraphics.apache.org > Subject: Re: Bug in 1.0? > > On Wed, Aug 18, 2010 at 09:20:48AM

Re: Bug in 1.0?

2010-08-19 Thread Simon Pepping
On Wed, Aug 18, 2010 at 09:20:48AM -0400, Amick, Eric wrote: > In the attached FO and PDF files, I was expecting all the boldface > numbers to be aligned, but they're not. Am I misunderstanding, or is > this a bug? There seems to be an error in the calculation of the line length in the presence of

Re: Region-body column balancing (bug with table?)

2010-08-19 Thread Adam Kovacs
Hi! I made some basic tests and found some additional info. (basic test attached) If Im using no header the problem does not occur.But with header the columns are not balanced.like:Header    Header123456    567890234567    678901345678    456789Summary: 1234567890This is not normal or??? Adam  fo.

Re: direction="rtl" not available in fop-1.0?

2010-08-19 Thread Simon Pepping
On Thu, Aug 19, 2010 at 12:17:00PM +0800, Glenn Adams wrote: > Work is underway to add full support for complex scripts, including > bidirectional writing, to FOP. A preliminary patch was posted at the > following, however, please note that it is preliminary, incomplete, and has > known issues. I e

Region-body column balancing (bug with table?)

2010-08-19 Thread Adam Kovacs
Hi There! Im facing a problem I don't know if its a bug or not. Im using a 2 columned region-body: I want to fill the columns with content like : ...(called template with content) .. ... (called template with one line (summary)) .. If the content is made of normal blocks the columns are bal