[css2xslfo-support] No output from CSStoXSLFO.convert(...)
Brought to you by:
wdonne
From: Cornelius H. <ha...@ic...> - 2006-11-13 09:30:30
|
Hi, I'm trying to use CSStoXSLFO in my project. Unfortunately it's not quite working as expected... Here is what I'm doing: I'm trying to use: CSStoXSLFO.convert(input, output, cssUrl); but then I always get 0-bytes output files. When I'm using CSStoXSLFO.convert(input, output, null) I get output but it is (of cause) formatted with the default css. I don't get any exceptions and I'm sure the css file gets opened during the program run. I also tried using CSSToXSLFO.convert(input, output, baseUrl, cssUrl, null, new HashMap(), new URL[]{}, false, true); to get some debug output, but I don't get it - or I'm too stupid to find it... So, what am I doing wrong here? I'm grateful for all hints and pointers. Best regards Conny |