test

2003-05-02 Thread Ozhan Hassan
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Class Transformer not found

2003-05-02 Thread Ozhan Hassan
Hi, Hi hope I am sending this to the correct user mailing list. I am trying to write a simple application to read in an xml file and and xslt style sheet, then produce a PDF. Below is a snippet of the main code which does this: Driver driver = new Driver(); driver.setOutputStream(new

Re: Class Transformer not found

2003-05-02 Thread Jeremias Maerki
Class Transformer not found simply means that JAXP is not in your classpath during compilation. You need to make sure that xml-apis.jar (which contains JAXP) is also in your classpath. On 02.05.2003 05:34:30 Ozhan Hassan wrote: Hi hope I am sending this to the correct user mailing list. You

Re: Using PHP or Perl to dynamically create PDFs

2003-05-02 Thread amit kaushik
Hi, You can use PHP or PERL as a language to generate pdf. Download the sablotron XML toolkit through which you can convert XML+XSL in to FO (http://www.gingerall.com/charlie/ga/xml/p_sab.xml) . From PHP peer project doenload package XML_fo2pdf (http://pear.php.net/package-info.php?pacid=16) with

Re: Class Transformer not found

2003-05-02 Thread Ozhan Hassan
On Fri, 2 May 2003, Jeremias Maerki wrote: Class Transformer not found simply means that JAXP is not in your classpath during compilation. You need to make sure that xml-apis.jar (which contains JAXP) is also in your classpath. I already have xml-apis.jar in my classpath. Basically, I

Re: Class Transformer not found

2003-05-02 Thread Jeremias Maerki
You said you have the following imports: import javax.xml.transform.TransformerFactory; import org.apache.xalan.xsltc.trax.TransformerFactoryImpl; Do you also have these imports? import javax.xml.transform.Transformer; import javax.xml.transform.stream.StreamSource; On 02.05.2003

Re: Performance Question

2003-05-02 Thread Ryan . Asleson
I have FOP running on a Pentium 4 2.54 GHz computer with 1 GB memory and Win2000. I use Saxon 6.5.2 as the XML parser and XSLT engine. It also uses custom XMLReaders to produce SAX events which are processed by FOP. We usually see a PDF production rate of 8-9 pages per second, and we sometimes

any new FOP releases on the horizon?

2003-05-02 Thread Robert P. J. Day
given the time period between rc and rc2, it would seem that another release might be warranted about now. any hints? rday - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Performance Question

2003-05-02 Thread Müller, Markus
Hello Ryan, you're writing about a stylesheet-cache. How did you implement it? Do you use XSLTC or do you reuse the InputHandler object (according to the documentation, it can be reused). Markus $ -Ursprüngliche Nachricht- $ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] $ Gesendet:

Re: AW: Performance Question

2003-05-02 Thread Ryan . Asleson
We use XSLTC. I learned Java XML use and JAXP from an O'Reilly book entitled Java and XSLT by Eric Burke. It includes an example of a stylesheet cache that I found quite useful. Buy the book and check it out.

Re: XSL GUI designer with FOP or other engine

2003-05-02 Thread Tom Plassman
I tried the demo for this product. It is very much a WYSIWYG editor. http://www.xslfast.com/ 05/01/03 03:25PM Have you tried the new improved FOP Resources page? http://xml.apache.org/fop/resources.html While there you'll be treated to a wonderful spa and massage, as well as the

While we are on the subject of references

2003-05-02 Thread Rob Stote
Title: While we are on the subject of references I have found the following book to be indispensable. It is packed with code examples, and a clear layout of the spec. Anyone who like to see examples this is the book for you. It is fairly detailed, but not overwhelming. Practical Formatting

RE: While we are on the subject of references

2003-05-02 Thread Victor Mote
Rob Stote wrote: --start-- I have found the following book to be indispensable. It is packed with code examples, and a clear layout of the spec. Anyone who like to see examples this is the book for you. It is fairly detailed, but not overwhelming. Practical Formatting Using XSL-FO (Extensible