Re: Problem Creating PDF from XML Book (Stylesheet?)
Daniel Reznick <[email protected]> Tue, 25 Oct 2011 10:42:51 +0200
| Newsgroups | gmane.text.xml.xalan.java.user |
|---|---|
| Message-ID | <CAO3TrGwLv63oQnnu+B7q=h15AxzxY+i1ZW0a1zLMRUz1GQB+pA@mail.gmail.com> |
This might help... <xsl:stylesheet version="1.1" xmlns:xsl=http://www.w3.org/1999/XSL/Transform xmlns:fo="http://www.w3.org/1999/XSL/Format" exclude-result-prefixes="fo"> took it from the following Hello World example... http://www.codeproject.com/KB/java/PDFGeneration_XSLFO_FOP.aspx Regards, Daniel. On Tue, Oct 25, 2011 at 10:28 AM, Jeffrey Walton <[email protected]> wrote: > Hi All, > > I'm working on Ubuntu 10.04 (x64). I installed the FOP package, and > now trying to create a PDF from O'Reilly's DocBook sample at > > https://prod.oreilly.com/external/tools/docbook/docs/authoring/docbook_source/ > . > > $oreilly-handbook$ xalan -xml book.xml -pdf book.pdf > > results in an exception: > > oreilly-handbook$ xalan -in book.xml > XSLT Error: Failed to process stylesheet. (line -1, column -1.) > > XSLException Type is: XSLTProcessorException > Message is: Failed to process stylesheet. (Unknown URI, line -1, column -1) > oreilly-handbook$ > > I believe i need to add `-xsl <stylesheet>`. But I don't know what the > default stylesheet is. > > Would anyone be able to point out the default PDF stylesheet? > And how does one specify a PDF output? I haven't gotten far enough to > know what the default output is? There is -text and -html, but I did > not see -pdf. > > Thanks in advance, > Jeff >