Hi, I wrote an entire document using the debiandoc DTD before I realized that I picked on the weaker and less prevailing DTD. I would like to convert my entire document to docbook. Unfortunately, the docbook package that I have (originally the Slink package, but I upgraded to the potato sgmltools2 package) doesnt seem to be set up perfectly. When I try to convert the following test document :
<!doctype DocBook system> <book> ? </book> into html by doing '$sgmltools -b html try.sgml' (where try.sgml is the above file), I get : /usr/bin/jade:<OSFD>0:1:24:W: cannot generate system identifier for document type "DOCBOOK" /usr/bin/jade:<OSFD>0:1:24:E: reference to entity "DOCBOOK" for which no system identifier could be generated /usr/bin/jade:<OSFD>0:1:0: entity was defined here /usr/bin/jade:<OSFD>0:1:24:E: DTD did not contain element declaration for document type name /usr/bin/jade:<OSFD>0:2:5:E: element "BOOK" undefined /usr/bin/jade:<OSFD>0:2:5:E: element "DOCBOOK" undefined /usr/bin/jade:<OSFD>0:4:8:E: end tag for "DOCBOOK" omitted, but its declaration does not permit this /usr/bin/jade:<OSFD>0:2:0: start tag was here Can anyone tell me what is wrong? I have the vague idea that I need to set up my catalog correctly, but have no idea how. TIA, Jor-el Did you know ... That no-one ever reads these things?