This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Docbook3.1 and me...


/ jaw@ex-ans.net 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 <ndw@nwalsh.com>      | All things are contingent. And
http://www.oasis-open.org/docbook/ | there is chaos.--Spalding Gray
Chair, DocBook Technical Committee |

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]