Next in thread →
Next in month →
Re: DOCBOOK: Docbook3.1 and me...
/ was heard to say:
| [jaw@MrBurns 3.1]$ jade -v -t rtf -d
| /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl test.sgm
| jade:I: Jade version "1.2.1"
| jade:I: SP version "1.3.4"
You're asking for "RTF" output from the "HTML" stylesheet, you need
either:
jade -v -t sgml -d \
/usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl test.sgm
or
jade -v -t rtf -d \
/usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl test.sgm
--
Norman Walsh <> | All things are contingent. And
http://www.oasis-open.org/docbook/ | there is chaos.--Spalding Gray
Chair, DocBook Technical Committee |
Next in thread →
Next in month →