>>>>> Steinar Bang <[EMAIL PROTECTED]>: > Platform: RedHat 8.0, > IBM Java2 1.3.1 > saxon 6.5 > apache (Sun?) resolver 1.0 > DocBook XML 4.1.2 (native to RedHat 8) > DocBook XSL 1.60.1 (from an RPM created by myself)
> When I try building my documents, I get error messages about the > dbnotnx.mod file not being found in the document directory. > This seems to be the same problem discussed in this email thread: > http://www.biglist.com/lists/xsl-list/archives/200301/threads.html#00011 [snip!] > <nextCatalog > catalog="/usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-14/docbook.cat"/> In RedHat 8.0, I must use catalog instead of docbook.cat, ie. <nextCatalog catalog="/usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-14/catalog"/> Then it worked. In addition there is the file /etc/xml/catalog which works for the DTDs, but doesn't have a <rewriteURI> for the DocBook XSL style sheets (at least not for my RPM of 1.60.1).
