[PHP] Java-Object

2002-04-29 Thread Bedilu Habte
Hi, First some info about my working environment: OS - Win2000 PHP - 4.1.1 Java - 1.3.1 (Apache - 1.3.22) > are you sure you did everything right with the java/php combination? did > you test that with other, easier things? I've modified the php.ini (and http.conf) to be able to call java from p

AW: [PHP] Java-Object

2002-04-29 Thread Bedilu Habte
g [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 29. April 2002 11:40 An: Habte, Bedilu Betreff: Re: [PHP] Java-Object Bedilu Habte wrote: > It appears that the transformation and rendering is performed without errors > ( according to > the System-output). However, in the context I used, $res

Re: [PHP] Java-Object

2002-04-29 Thread Bedilu Habte
Hi Hassen, > Are you sure the method renderXmlXsl() returns the rendered document > ?, Yes, the method 'renderXmlXsl' performs the necessary transformation and rendering, after which it returns the pdf. It is in the custom class : de.smc.util.PDFTransformer and it has been tested outside php -

[PHP] Java-Object

2002-04-29 Thread Bedilu Habte
Hi everyone, I use the apache FOP tool to transform & render an XML-XSL pair to a PDF. The following code shows my trial to perform the transformation and rendering within a php-script. renderXmlXsl('data.xml', 'style.xsl'); 3.if (!$result) { 4.die("Cannot process PDF-tarnsformatio