[css2xslfo-support] producing empty FO output
Brought to you by:
wdonne
From: <aro...@cl...> - 2008-10-15 19:03:25
|
Hi, I'm just getting started trying to use css2xslfo. At the moment, I just want to see it produce an FO document but I'm getting a file with zero bytes. I tried the following: java -Dbe.re.stack -jar css2xslfo1_6.jar visitDump.xml -fo visitDump.fo I don't get any warnings of any sort. It chugs away but then creates an empty "visitDump.fo" file. The xml source file is not xhtml, just pure xml. It looks something like so: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="visitDump.css" type="text/css" media="all"?> <visits> <protocol> <protocol_descriptor>Hello</protocol_descriptor> ... </protocol> ... </visits> Ultimately I'd like to connect it to FOP to produce a PDF but right now, I'm not able to get it to do the FO part yet. Any ideas on what I might be missing? Thanks in advance, -- Aaron |