Le 14 avr. 2004, � 1:53, Michael D. Crawford a �crit :

Has anyone been able to use Fink's tools to process DocBook XML documents using the DSSSL stylesheets? I'm not having much like.

If I can use DSSSL, I'd be happy to try using XSL, but I can't seem to find the tools in dselect.

The error I'm getting is similar to the following, repeated many times:

"X017A" is not a function name

A Google search quickly reveals that that is caused by not including the path to xml.dcl on openjade's command line. Yet I have done so, and it doesn't help.

I'd like very much to be able to write docbook documents on my ibook, as its portability would enable me to go write anywhere. I have previously been able to use Debian Linux for docbook, but my debian box is a desktop.

Thanks for any help you can give me.
Not sure it will help you, but here's what I use:

To generate html files:
openjade -t sgml -d /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/html/docbook.dsl test.sgml

To generate rtf files:
Without an explicit declaration file:
openjade -t rtf -d /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/print/docbook.dsl test.sgml
With an explicit declaration file:
openjade -t tex -d /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/print/docbook.dsl /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/dtds/decls/docbook.dcl test.sgml

To generate tex files:
openjade -t tex -d /sw/share/sgml/dsssl/docbook-dsssl-nwalsh/print/docbook.dsl test.sgml

To generate dvi files:
jadetex test.tex

To view dvi files:
xdvi test.dvi

To create a postscript file on the desktop:
dvips test.dvi -o test.ps

To create and print a postscript file:
dvips test.dvi

To view the postscript file:
gv test.ps

To generate a pdf file:
With TeXshop:
Texshop test.ps
With pdfjadetex:
pdfjadetex test.tex

Mich�le
<http://micmacfr.homeunix.org>

Attachment: PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=



Reply via email to