Anderson Fortaleza wrote:
> 
> i having a problem with Jade and SP, actually i this
> is about my catalog file but im using the one that
> came with DocBook (XML). i've checked the paths to
> files, they are ALL ok bu i didnt download the ISO
> Entity Sets, 'cos i think they come with DocBook
> inside that ent/ directory. if im wrong please tell me
> 
> heres the error:
> 
> anderson@webdevel:~$ nsgmls -sv test.sgm
> nsgmls:I: SP version "1.3.3"
> nsgmls:test.sgm:1:57:W: cannot generate system
> identifier for public text "-//OASIS//DTD DocBook
> V3.1//EN"
> nsgmls:test.sgm:1:57:E: reference to entity "CHAPTER"
> for which no system identifier could be generated
> nsgmls:test.sgm:1:0: entity was defined here
> nsgmls:test.sgm:1:57:E: DTD did not contain element
> declaration for document type name
> nsgmls:test.sgm:2:8:E: element "CHAPTER" undefined
> nsgmls:test.sgm:2:15:E: element "TITLE" undefined
> nsgmls:test.sgm:3:5:E: element "PARA" undefined
> 
> does anybody had this problem before and found the
> solution ?

See http://www.docbook.org/tdg/html/ch03.html#AEN4221. The start of
manual.xml.in looks:

 <?xml version='1.0' encoding='@ENCODING@' ?>
<!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V1.7//EN"
          "@srcdir@/dbxml/docbookx.dtd" [

manual.xml:

<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V1.7//EN"
          "./dbxml/docbookx.dtd" [

The example in Norms book was valid for the SGML DocBook version 3.1. We
are using the XML variant and the DTD is in phpdoc/dbxml/docbookx.dtd.

-Egon

-- 
SIX Offene Systeme GmbH       ·        Stuttgart  -  Berlin 
Sielminger Straße 63   ·    D-70771 Leinfelden-Echterdingen
Fon +49 711 9909164 · Fax +49 711 9909199 http://www.six.de
Besuchen Sie uns auf der CeBIT 2001,  Halle 6,  Stand F62/4

Reply via email to