On Wed, 2003-03-19 at 16:41, Jeremias Maerki wrote:
> On 19.03.2003 22:12:02 Philip Semanchuk wrote:
> > Hi all,
> > What exactly is the most current FOP version? The home page says 0.20.5,
> > but there's nothing in the news (http://xml.apache.org/fop/news.html)
> > beyond the announcement of RC2'
Jason Novotny wrote:
Here's my fop output--
Thanks, Jason
Oleg Tkachenko wrote:
Jason Novotny wrote:
I'm trying to use docbook and fop together and I have the following
which renders in HTML fine:
However when I fop this, I get:
[java] -
[java] org.xml.sax.SAXParseException: name expe
I guess it uses Aelfred by default which I'm having problems with--
how I can I tell fop to use crimson or whatever else?
Thanks, Jason
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
Nick,
>I'm trying to rigth justify the text in a table cell.
Use a block:
Cheers,
Roland
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Title: right justifying table cell text
Hi,
I'm trying to rigth justify the text in
a table cell. The chapter on tables
in Pawson's book says that cell content
may be horizontally aligned using the
text-align property (valid values are start, center,
end, and justify). No setting seems
On 19.03.2003 22:12:02 Philip Semanchuk wrote:
> Hi all,
> What exactly is the most current FOP version? The home page says 0.20.5,
> but there's nothing in the news (http://xml.apache.org/fop/news.html)
> beyond the announcement of RC2's availability on Feb 18 2003.
Latest version is indeed 0.20
I am trying to call FOP using JNI. I am having a
peculiar problem. Calling on the thread on which the JVM is initialized is fine.
But If I make the call from a new thread I get the following error. Any
help I can get with this would be very much appreciated.
Exception in thread "x#º"
javax
I've got a table with a header, footer, and just enough rows to make
the footer spill onto a new page. I also set the attribute
table-omit-footer-at-break to true. So I get this when transforming:
[WARNING] footer could not fit on page, moving last body row to next
page
What actually happens, how
Hi all,
What exactly is the most current FOP version? The home page says 0.20.5,
but there's nothing in the news (http://xml.apache.org/fop/news.html)
beyond the announcement of RC2's availability on Feb 18 2003.
Bonus question =)
Can anyone tell me why I get no results when I search the subjects
Lucian Opris wrote:
> I've purchased a Font Garamond Book and it doesn't have the euro
> sign integrated in it. How can I set up the config file for fop
> to read from two different PFB file in the same time (from
> GAW_.pfb and euro.pfb).
I don't think you can do that. Some other possible so
Valeiko, Michael wrote:
> I am using jai for the rendering. Fop finds the classes, and I
> don't get any exceptions, however, the image just doesn't display
> correctly. The transparency is displayed as black.
I just searched through the archives and the bug lists, and don't see this
addressed a
BTW, I don't know who recommended removing the encoding tag altogether,
but it probably won't work. According to the XML Bible (pg 205 of the
Gold Edition):
Unless told otherwise, an XML processor assumes that
all text entities are encoded in UTF-8.
Since you're already getting an error, I s
Have you tried on all the blocks? If you
get a blank first page, just take that out of the first block.
-Original Message-
From: Lee, Insoo [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 10:09 AM
To: '[EMAIL PROTECTED]'
Subject: fo:block on a new page
I have some fo:block
I have some fo:block(s) that need to start on a new page... However I like
to make an exception for the first fo:block so that I don't get the first
blank page... Is there any smart way to do it without introducing
fo:conditional-page-master-reference?
Thanks
-
Hi,
I've purchased a Font Garamond Book and it doesn't have the euro sign
integrated in it. How can I set up the config file for fop to read from two
different PFB file in the same time (from GAW_.pfb and euro.pfb).
Now I have:
As I understand encoding, the XML file would only be "correct" if all
characters are UTF-8. However, if you indicate 'encoding="UTF-8"', but
it contains UTF-16 characters, then it's not really UTF-8, it's UTF-16.
The encoding is not necessarily what it says. For example, I could tell
you I am M
Hi,
I am using jai for the rendering. Fop finds the classes, and I don't get any
exceptions, however, the image just doesn't display correctly. The
transparency is displayed as black.
-Original Message-
From: Victor Mote [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 6:40 PM
T
> Did you modify the source code? If not, try to omit the encoding tag or
> try "iso-8859-1".
No, I didn't modify the sorce code ( I am no Java programmer at all ).
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
But in the XML file is this:
I guess it is correct
> -Ursprüngliche Nachricht-
> Von: Müller, Markus [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 19. März 2003 15:42
> An: [EMAIL PROTECTED]
> Betreff: AW: Upgrade 0.20.3 to 0.20.5rc
>
>
> Hi,
>
> You get this message when you hav
Hi,
You get this message when you have the wrong encoding in your XML file
". The XML parser then gets a wrong
input, not the required " -Ursprüngliche Nachricht-
$> Von: Dipl.-Oec. Harald Meyer [mailto:[EMAIL PROTECTED]
$> Gesendet: Mittwoch, 19. März 2003 15:39
$> An: [EMAIL PROTECTED]
> I think you have avalon-framework-4.0 in your classpath. This file has
> changed.
> It is now called avalon-framework-cvs... and was part of my source
> distribution.
> Serach for such a file and change the classpath. This should fix your
> problem.
>
Thanks, but now I get another error and I ne
Version 0.20.5rc2
I suspected as much about the thread safety, the class containing the driver
code was a singleton. I'm changing that now.
Thanks,
Derrick
-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 2:52 AM
To: [EMAIL PROTECTED]
S
I think you have avalon-framework-4.0 in your classpath. This file has
changed.
It is now called avalon-framework-cvs... and was part of my source
distribution.
Serach for such a file and change the classpath. This should fix your
problem.
Cheers
Mirko Sertic
-Ursprüngliche Nachricht-
Vo
Hello everybody,
as I get a "/ by zero" error under FOP 0.20.3 I want to upgrade to 0.20.5rc.
Unfortunately now I get a different error:
C:\fop\fop-0.20.5rc>java -cp
build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\ava
lon-framework-4.0.jar;lib\logkit-1.0.jar;lib\jimi-1.0.
I suggest you try another parser. I may be wrong but I don't see
anything wrong with your XML that would justify this error message.
On 19.03.2003 01:27:03 Jason Novotny wrote:
> I'm trying to use docbook and fop together and I have the following
> which renders in HTML fine:
>
>
>
>
This is pretty much a question that should be asked elsewhere as it
doesn't relate to FOP. But I think a good XSLT engine will already cache
the static portions nicely if you cache the Templates instance(s)
between XSLT calls.
instead of:
TransformerFactory factory = TransformerFactory.getInstance
Jason Novotny wrote:
I'm trying to use docbook and fop together and I have the following
which renders in HTML fine:
However when I fop this, I get:
[java] -
[java] org.xml.sax.SAXParseException: name expected (found "=")
Hmm, really strange. Can you post relevant fra
Well, either FOP doesn't get namespaced SAX events or you're feeding not
XSL-FO but something else. I can't tell from the code sample you posted.
Anyway please look at the ExampleXML2PDF.java in the examples/embedding
directory starting with FOP version 0.20.5rc. The example does things a
little d
Jan Zmitko wrote:
is it possible to cache pieces of the result from the transformation. I have
designed my XSL Stylesheet with templates (5 templates). Two Templates
containes static content and these I would like cache. My Problem ist that all
these Stylesheets are called in one Stylesheet and
Koes, Derrick wrote:
org.apache.fop.apps.FOPException: root must be root element
at org.apache.fop.fo.pagination.Root.(Root.java:52)
I get this exception only very, very intermittently when I'm rendering to
PDF a document with many images. Can anyone help?
So you cannot surely reproduce th
Hi,
I'm trying to use docbook and fop together and I have the following
which renders in HTML fine:
However when I fop this, I get:
[java] -
[java] org.xml.sax.SAXParseException: name expected (found "=")
[java] at com.icl.saxon.aelfred.SAXDriver.error(SAXDriv
31 matches
Mail list logo