This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook] catalog problem


Currently I can only process DocBook when I am on-line; specifically I
get this error message when I am off-line:

error : Resource temporarily unavailable
Glos.xml:11: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/mathml/1.0/dbmathml.dtd";
]>

Apparently I need to get the DocBook MathML DTD from the website.  I don't
understand since I do have a SYSTEM definition.  This is my set-up:

$ echo $CATALOG
/etc/sgml/catalog

$ grep mathml $CATALOG
CATALOG /etc/sgml/docbook-mathml.cat

$ grep mathml /etc/sgml/docbook-mathml.cat
## /etc/sgml/docbook-mathml.cat : SGML Open Style centralized catalog
CATALOG /usr/share/xml/docbook/custom/mathml/1.0/catalog

$ cat /usr/share/xml/docbook/custom/mathml/1.0/catalog
-- SGML catalog for docbook-mathml --
OVERRIDE YES

PUBLIC "-//OASIS//DTD DocBook MathML Module V1.0//EN"     "dbmathml.dtd"
PUBLIC "-//OASIS//DTD DocBook MathML Module//EN"          "dbmathml.dtd"
PUBLIC "-//OASIS//DTD DocBook MathML//EN"                 "dbmathml.dtd"
SYSTEM "http://www.oasis-open.org/docbook/xml/mathml/1.0/dbmathml.dtd";  "dbmathml.dtd"

$ ls -l /usr/share/xml/docbook/custom/mathml/1.0/dbmathml.dtd
-rw-r--r--    1 root     root         3363 Jan 29  2004 /usr/share/xml/docbook/custom/mathml/1.0/dbmathml.dtd


So I do have a SYSTEM definition pointing to an existing readable file.
Does anyone have an idea why doesn't this work as designed?

--
#>!$!%(@^%#%*(&(#@#*$^@^$##*#@&(%)@**$!(&!^(#((#&%!)%*@)(&$($$%(@#)&*!^$)^@*^@)

	Tom Peters


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]