Keiron Liddle wrote:
On 2001.12.22 21:53 Dennis Thrysoe - Netnord A/S wrote:
Hi,
Is there an easy way of embedding FOP, including a stylesheet transformation?
Using the Driver class doesn't seem to allow this (or did I miss something?).
If I use Xalan to generate results to the ContentHandler, that the Driver instance returns, I get an error:
Unknown formatting object http://www.w3.org/XSL/Format/1.0^root
You have the wrong namespace, it should be: http://www.w3.org/1999/XSL/Format
That's what I originally tried, but then I got (the same):
building formatting object tree setting up fonts WARNING: Unknown formatting object http://www.w3.org/1999/XSL/Format^root
Any help still very much appreciated...
-dennis
