Next in thread → Next in month →

Re: DOCBOOK: Docbook3.1 and me...

From
Norman Walsh <>
Date
2000-10-19T21:47:28+00:00
ID
Thread
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 →