
Hello, That catalog entry should map the namespaced version of the stylesheets instead of the non namespaced version. Please replace the entry with: <rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl-ns/current/" rewritePrefix="xsl/"/> We will correct the built-in XML catalog in the next version. Regards, Sorin Jirka Kosek wrote:
Hi,
I have noticed that for some time oXygen is now shipping with namespaced DocBook stylesheets. This is just fine, but problem is that frameworks/docbook/catalog.xml contains the following rule:
<rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/current/" rewritePrefix="xsl/"/>
This rule will cause import of namespaced stylesheets into customizations layers written against original non-namespaced stylesheets. As such customization layers do not reference DocBook elements in namespace result is mangled output.
Would it be possible to either drop this entry completely from XML catalog or to ship oXygen with both namespaced and non-namespaced stylesheets?
Thanks,
Jirka