> -----Original Message----- > From: Ian S. Worthington > C:\Downloads\DocBook-Framework-1.0\DocBook-Framework-1.0\src\r esolver\xml-catalog.xml > is unchanged and includes: > > <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> > <!-- Translate DocBook XML 4.4 system ids to local file names --> > <rewriteSystem > systemIdStartString="http://www.oasis-open.org/docbook/xml/4.4/" > rewritePrefix="@target.dir@/docbook-xml-4.4/"/> > <!-- Translate DocBook XML 4.4 public ids to local file names --> > <nextCatalog > catalog="@target.dir@/docbook-xml-4.4/catalog.xml"/> > <rewriteURI
The resolver does not understand attribute values such as "@target.dir@/docbook-xml-4.4/". It looks like @target.dir@ is a placeholder that should be replaced with the actual target directory. I don't know anything about the Velocity framework, but those odd catalog entries definitely need to be fixed. /MJ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
