Next in thread →
Next in month →
RE: DOCBOOK-APPS: newbie question about installing emacs/psgml
Title: RE: DOCBOOK-APPS: newbie question about installing emacs/psgml The lack of message might be a build problem but there *is* a warning that comes from the first line of xml.dcl. See my output with nsgml. nsgmls -wxml -s D:/XML/OpenJade-1.3/pubtext/xml.dcl Incidents.xml nsgmls:d:\XML\sgml\dtd\docbook41\catalog:22:0:W: DTDDECL catalog entries are not supported nsgmls:D:/XML/OpenJade-1.3/pubtext/xml.dcl:1:W: SGML declaration was not implied SGML validation finished at Fri Oct 20 09:28:42 However to answer the newbie question. The warning does not affect the validation of the xml file. And for the other question, why is your test.sgml file looking at the docbookx.dtd? (see your first error. And the rest are because the *.ent files you are looking at are for the other DocBook dtd. You probably have an error in your catalog files with the system identifier not being the right for the public identifier. Hope this is of some use. Phill -----Original Message----- With docbookx.dtd: cd c:/ onsgmls -wxml -s C:/programs/OpenJade-1.3/pubtext/xml.dcl xmltest.xml onsgmls:C:/programs/OpenJade-1.3/pubtext/xml.dcl:1:W: (invalid message) SGML validation finished at Thu Oct 19 11:00:50 With docbook.dtd (v. 3.1): cd c:/ onsgmls -s test.sgml onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd:74:17:E: (invalid message) onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.0/ent/iso-amsa.ent:6:19:E: (invalid message) onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.0/ent/iso-amsa.ent:7:19:E: (invalid message) onsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.0/ent/iso-amsa.ent:8:17:E: (invalid message) [A bunch of other similar messages] onsgmls:I: maximum number of errors (200) reached; change with -E option SGML validation exited abnormally with code 1 at Thu Oct 19 11:06:21
Next in thread →
Next in month →