OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]