From 17ed37ff2ccdb1e336bcaf7fc0e41aab6ecbf827 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Sun, 22 Oct 2006 18:47:58 +0000 Subject: [PATCH] Updated XXE instructions, link to Bob's XSLT 1.0 based experimental stylesheets --- docbook/relaxng/docbook/howto/howto.xml | 37 +++++++++++++++---------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/docbook/relaxng/docbook/howto/howto.xml b/docbook/relaxng/docbook/howto/howto.xml index 6a49869be..190ad52b9 100644 --- a/docbook/relaxng/docbook/howto/howto.xml +++ b/docbook/relaxng/docbook/howto/howto.xml @@ -1,6 +1,6 @@ + ]>
-Since version 2.11, XXE comes bundled with a DocBook V5.0 -configuration. Unfortunately this configuration is not enabled by -default. You must copy the contents of the directory -XXE_install_dir/doc/rnsupport/config/docbook5/ -into -XXE_install_dir/addon/config/docbook5/ -and restart XXE to activate it. After restarting XXE you will be able to -create (a template for articles is provided) and edit DocBook V5.0 +In order to use DocBook V5.0 in XXE you have to install +correspoding add-on. Go to +OptionsInstall +Add-ons…. Then choose DocBook +5 configuration and press OK +button. After restart XXE is ready to work with DocBook V5.0 documents. -The RELAX NG schema provided with XXE may be outdated. If you want -to use XXE with the latest schema just grab a fresh copy of -docbook.rng and copy it into -XXE_install_dir/addon/config/docbook5/docbook.rng. - @@ -526,15 +519,29 @@ under development. general annotations; -general XLink links on all elements; +general XLink links on all elements. + During namespace stripping, the base URI of the document is lost. This means that in rare situations, relatively referenced resources like images or programlistings can be processed incorrectly. The stylesheets attempt to compensate for this problem, but it is possible that there are corner cases where they will fail. +If you want to use HTML Help, JavaHelp or Eclipse stylesheets +with DocBook V5.0 you have to use profiling variants of those +stylesheets (their name is starting with +profile-). + +As you can see namespace stripping could cause troubles in some +situations. To overcome those limitations Bob Stayton created +a special version of the DocBook XSL stylesheets which doesn't use +namespace stripping and supports only DocBook V5.0. You can get those +experimental stylesheets from . + +
-- 2.40.0