Hey, I'm trying to generate a PDF with FOP, inputting XML and XSL-FO source files. I've narrowed down the problem to a specific line in my XSL-FO. If I include it, it hangs indefinitely. The PDF sits at 0KB when it's hung. Takes a Ctrl+C to abort. If I comment it the problematic line, it runs fine and generates the PDF.
Source files: XML: http://pastebin.com/m2b66462f XSL-FO: http://pastebin.com/m6c8dd92c Problematic line in question: XSL-FO line 213 Command being run: ./fop -xml text.xml -xsl style.xsl -pdf output.pdf Platform: FOP 0.95 (and 0.92) Java(TM) SE Runtime Environment (build 1.6.0_07-b06) Ubuntu Hardy Heron (yes, I know I need to upgrade) Two questions: - Why is FOP not giving any error message? I've never seen this behaviour before. - Or if this is easier to answer, why is that XSL-FO line causing such severe problems? It should be reproducible, if you run the same files. (only problem is the file pastebin provides needs to be resaved as UTF-8) I'd be grateful for any help or direction anyone can provide. Thanks, Jordan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
