Yes, that's what I'm saying. You can also do it in your application if you embedded FOP. From the command-line, you can do:
fop -xml myxml.xml -xsl myxsl.xsl -foout out.fo This just runs the XSLT transformation. We usually don't like XML + XSLT because there are all sorts of things that can go wrong and it's more work to set it up in a test environment. If we just get the FO, we can more easily reproduce any problem (depending on the case, any images may also need to be made available). On the other hand, if you just run the XSLT stage you can verify yourself what your stylesheet produces and you can figure out what needs to be changed (This is certainly the first step before sending us the FO). HTH On 09.04.2008 15:08:22 Newkid wrote: > > Hello Jeremias, > > Are you saying that I should generate FO file from command line and share it > with you? If not, can you please let me know from where I can get the FO > file? > > I am using FOP 0.94 version. > > With Thanks! > Newkid > > > Jeremias Maerki-2 wrote: > > > > please just run the XSLT stage and take a look at the FO file that you > > generate with your stylesheet. > > -- > View this message in context: > http://www.nabble.com/javax.xml.transform.TransformerException%3A-java.lang.NullPointerException-tp16577116p16585362.html > Sent from the FOP - Users mailing list archive at Nabble.com. > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
