nullPointerException

2001-07-17 Thread Wolf Gustavo (SGC-EXT)
Hi all, I am trying to get an XMLReader object with XMLReader parser = inputHandler.getParser(); after having done: InputHandler inputHandler = new XSLTInputHandler(xmlInputSource,xslInputSource); and I get the following error (the files xmlInputSource and xslInputSource are where

RE: fonts

2001-07-16 Thread Wolf Gustavo (SGC-EXT)
it from ttf files easily by using the class TTFReader in fop. regards rajiv --- Wolf Gustavo (SGC-EXT) [EMAIL PROTECTED] wrote: Hi all, has someone implemmented Arial and Arial-italics? If the answer is yes, could I get the corresponding files? Also, does Helvetica (what I am

space

2001-07-13 Thread Wolf Gustavo (SGC-EXT)
Hi all, the documents I am preparing are divided in sections. How can I ask Fop to check how much space is left on the page, in order to decide whether to write the title of the section in a new page or not? (If there is a lot of space left, I don't want to cut to next page). Thanks a

fonts

2001-07-13 Thread Wolf Gustavo (SGC-EXT)
Hi all, has someone implemmented Arial and Arial-italics? If the answer is yes, could I get the corresponding files? Also, does Helvetica (what I am replacing Arial with) have italics? Thanks once more, Gustavo

RE: XSLTInputHandler not doing its job??: beers

2001-07-10 Thread Wolf Gustavo (SGC-EXT)
al Message-From: Wolf Gustavo (SGC-EXT) [mailto:[EMAIL PROTECTED]]Sent: 06 July 2001 10:04To: '[EMAIL PROTECTED]'Subject: RE: XSLTInputHandler not doing its job?? James, I am sorry but I don't understand your answer. Do you mean that writing the wor

minimal set of libraries for Fop + Tomcat?

2001-07-09 Thread Wolf Gustavo (SGC-EXT)
Hi, After interchanging a couple of mails with Karen and Eriok, I've come to think that a problem I am experiencing might be related to too many jar files in my classpath (or wrong order of the files). Does someone have a minimal (ordered) set that would let fop run from a servlet that is

RE: Need Working Sample

2001-07-06 Thread Wolf Gustavo (SGC-EXT)
Hi Jim, I have exactly the same problem, and I've just found a non elegant, working solution: I generate my XML file, and then call the command line Fop from within my servlet: Runtime.getRuntime().exec(new String[]{java.exe, -cp,

RE: Need Working Sample

2001-07-06 Thread Wolf Gustavo (SGC-EXT)
the hint of Alex McLintock earlier in this list. Hope this helps you out, ___ Erik Rehrmann - IOn AG [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Wolf Gustavo (SGC-EXT) [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 6. Juli 2001 17:11

problem to define a new Driver()

2001-07-05 Thread Wolf Gustavo (SGC-EXT)
Hi again, when I am trying to define Driver driver = new Driver(); I get the following error: java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGStringList at org.apache.fop.svg.SVGElementMapping.addToBuilder(SVGElementMapping.java:90) at