Tried that...
Still gives the same exception....

-----Original Message-----
From: Michiel Verhoef [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 06, 2002 7:52 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Problem with PDF generation


ehm, not sure if this helps but have you tried a different order of the
attributes?


<xsl:stylesheet version="1.0"
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  xmlns:fo="http://www.w3.org/1999/XSL/Format";>

I know it looks the same (except for the order) but perhaps fop needs the
attributes 
ordered like this?

Cheers,

Michiel



$ -----Original Message-----
$ From: chandrakant_binwani [mailto:[EMAIL PROTECTED]
$ Sent: donderdag 6 juni 2002 16:19
$ To: [EMAIL PROTECTED]
$ Subject: RE: Problem with PDF generation
$ 
$ 
$ 
$ Yes... the xsl has following lines :
$ 
$ <xsl:stylesheet
$      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
$      xmlns:fo="http://www.w3.org/1999/XSL/Format";>
$ 
$ 
$ -----Original Message-----
$ From: Michiel Verhoef [mailto:[EMAIL PROTECTED]
$ Sent: Thursday, June 06, 2002 7:38 PM
$ To: '[EMAIL PROTECTED]'
$ Subject: RE: Problem with PDF generation
$ 
$ 
$ I'm no java guru but it looks like your XSLT stylesheet is 
$ not correct.
$ Does it contain the following line?
$ 
$ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
$ version="1.0">
$ 
$ 
$ 

Reply via email to