From: <jc...@fe...> - 2003-03-14 15:17:21
|
Hi, What do I need to find the "DocBook DTD"? What is the contents of the top 5 lines of the file that defines that DTD? Thanks, Joao --------------On my suse-8.1: ------------------------- --enable-docbook \ --with-sgml-catalogs=/etc/sgml/catalog \ --with-xml-declaration=/usr/share/sgml/openjade/xml.dcl checking XML::DOM... yes checking XML::Parser... yes checking for openjade... found checking for jadetex... found checking for pdfjadetex... found checking for dvips... found checking for onsgmls... found checking for makeinfo... found checking DSSSL Style Sheet DTD... found checking DocBook HTML Stylesheet... found checking DocBook Print Stylesheet... found checking DocBook DTD... no <------------------------ checking XML::Parser::PerlSAX... yes checking XML::Writer... yes --------------- On a regular RH-8.0: ------------ --enable-docbook \ --with-sgml-catalogs=/etc/sgml/catalog \ --with-xml-declaration=/usr/share/sgml/xml.dcl checking XML::DOM... yes checking XML::Parser... yes checking for openjade... found checking for jadetex... found checking for pdfjadetex... found checking for dvips... found checking for onsgmls... found checking for makeinfo... found checking DSSSL Style Sheet DTD... found checking DocBook HTML Stylesheet... found checking DocBook Print Stylesheet... found checking DocBook DTD... no <------------------- checking XML::Parser::PerlSAX... yes checking XML::Writer... no <---------------------- |