summaryrefslogtreecommitdiffstats
path: root/docs/xml/customization.xml
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2006-02-22 05:41:43 +0100
committermozilla%colinogilvie.co.uk <>2006-02-22 05:41:43 +0100
commit3cdacc402e19398d54c5f3cdfec4cd3724e66359 (patch)
tree657ebe4aad0cdc700f42eaa2cc2eef3fe7fd3c8d /docs/xml/customization.xml
parent8f6a5f73c16a92fbcfa9d3db4c323cd338845efb (diff)
downloadbugzilla-3cdacc402e19398d54c5f3cdfec4cd3724e66359.tar.gz
bugzilla-3cdacc402e19398d54c5f3cdfec4cd3724e66359.tar.xz
Bug 232378: switch from entities to XIncludes for inclusion of modular docs files
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=vladd
Diffstat (limited to 'docs/xml/customization.xml')
-rw-r--r--docs/xml/customization.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml
index 37c64cca0..b677ce804 100644
--- a/docs/xml/customization.xml
+++ b/docs/xml/customization.xml
@@ -1,4 +1,10 @@
-<!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
+<?xml version="1.0"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+ <!ENTITY % myents SYSTEM "bugzilla.ent">
+ %myents;
+]>
+
<chapter id="customization">
<title>Customising Bugzilla</title>
@@ -1093,8 +1099,8 @@ this. But you need to know this stuff anyway, right?
</section>
</section>
- <!-- Integrating Bugzilla with Third-Party Tools -->
- &integration;
+<!-- Integrating Bugzilla with Third-Party Tools -->
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="integration.xml" />
</chapter>