FOP generation error with namespace check

2007-01-03 Thread Sam Hwang
Hi all, I read your I use the demo class ExampleFO2PDF in FOP package to generate a PDF from an XSL file, but eventually received the following error: Preparing... Input: XSL-FO (.\resources\policy_invoice_guangdong.XSL) Output: PDF (C:\output.pdf) Transforming... [INFO] Using

Problem change layout page size

2007-01-03 Thread fabio76
I have the following file xml : document pThis is a test/p table tr tdFirst TD/td tdSecond TD/td /tr /table figure titleFigure Title/title /figure

release date?

2007-01-03 Thread Hakan Koseoglu
Hi all, Looking at the releases, the latest beta release was quite some time ago - can any one tell me when you guys planning for the next release and if there are any specific reasons/issues with the current state of the code preventing the release? :-) Cheers, -- Hakan (m1fcj)

Re: release date?

2007-01-03 Thread Chris Bowditch
Hakan Koseoglu wrote: Hi all, Looking at the releases, the latest beta release was quite some time ago - can any one tell me when you guys planning for the next release and if there are any specific reasons/issues with the current state of the code preventing the release? :-) The release is

RE: own URIResolver for ttf fonts?

2007-01-03 Thread Peter
Perhaps the setFontBaseURL method in FopFactory does what you want ? Peter -Original Message- From: Dirk Bromberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 6:34 PM To: fop-users@xmlgraphics.apache.org Subject: own URIResolver for ttf fonts? Hi, is it possible

Re: release date?

2007-01-03 Thread Hakan Koseoglu
Hi Chris, The first distribution that was prepared ended up being rejected due to a mistake in fop.bat. I believe the release has been rescheduled for 9th January, but no promises. Don't forget all contributions are volunatary. Thanks for the info! We are using an old version and have issues -

Re: own URIResolver for ttf fonts?

2007-01-03 Thread Dirk Bromberg
No, what i need is a way to add a resolver which pulls the files out of an database. So it is more like the basepath... Dirk Peter schrieb: Perhaps the setFontBaseURL method in FopFactory does what you want ? Peter -Original Message- From: Dirk Bromberg [mailto:[EMAIL

RE: own URIResolver for ttf fonts?

2007-01-03 Thread Peter
I see. I have stepped through the code a bit in the debugger (the trunk from a couple of weeks ago) and I do have the impression that the font ttf and xml files should be resolved through the uri resolver configured with setURIResolver on the user agent. The only exception I can detect is when

Re: own URIResolver for ttf fonts?

2007-01-03 Thread Jeremias Maerki
The latest FOP Trunk (and the soon-to-be-released 0.93) loads fonts and metric files through the URIResolver. You can easily write your own URIResolver (see [1] as an example) to handle URIs to font resources in a special way. BTW, you can omit the step with the metrics file with the latest

Re: Problem change layout page size

2007-01-03 Thread J.Pietschmann
fabio76 wrote: I have the following file xml : document pThis is a test/p table tr tdFirst TD/td tdSecond TD/td /tr /table figure titleFigure Title/title

Re: own URIResolver for ttf fonts?

2007-01-03 Thread Dirk Bromberg
Hey, this sounds great. So i'll hope that the release it going fine this time :-) good luck! Dirk Jeremias Maerki schrieb: The latest FOP Trunk (and the soon-to-be-released 0.93) loads fonts and metric files through the URIResolver. You can easily write your own URIResolver (see [1] as an