Changes

Jump to navigation Jump to search
829 bytes added ,  12:05, 24 January 2011
no edit summary
Fetching the <code>xhtml1-strict.dtd</code> obviously involves some network traffic. When dealing with single files this may seem tolerable, but
importing large collections might benefit from caching these resources locally.Users report  == XML Entity and URI Resolvers in BaseX ==BaseX is able to use available URI resolvers without any additional configuration.  To enable entity resolving you have to provide a valid XML Catalog file.A simple working example for XHTML might look like this:<pre class="brush:xml" start="0"><?xml version="1.0"?><catalog prefer="system" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <rewriteSystem systemIdStartString="http://www.w3.org/TR/xhtml1/DTD/" rewritePrefix="file:///path/to/dtds/" /></catalog></pre>This rewrites all SystemId that start with: ''<nowiki>http://www.w3.org/TR/xhtml1/DTD/</nowiki>'' to ''file:///path/to/dtds/''. The XHTML DTD <code>xhtml1-strict.dtd</code> and all its linked resources will now be loaded from the specified path.===GUI===When running BaseX in GUI mode
Anonymous user

Navigation menu