It should work if you put the enviroment variable
SGML_CATALOG_FILES="\somepath\openjade\catalog;\somepath\docbook-xxx\Docbook.cat"
"catalog" is in the wher openjade in installed, and "docbook.cat" is where
you have the docbook dtd.
Regards,
Juan R. Migoya
James Buchanan wrote:
Hi Matt,
This is the command line:
C:\> openjade test.sgml -t tex -o test.tex
and here is the file (in test.sgml):
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<article>
<articleinfo>
<snip>
Thanks Matthew, I really appreciate your help. Where should I install
the DocBook catalog file, and how does OpenJade know how to use it?