summaryrefslogtreecommitdiffstats
path: root/docs/xml/about.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/about.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/about.xml')
-rw-r--r--docs/xml/about.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/xml/about.xml b/docs/xml/about.xml
index a6f51d7e0..b1dab24f6 100644
--- a/docs/xml/about.xml
+++ b/docs/xml/about.xml
@@ -1,6 +1,9 @@
-<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-<!ENTITY conventions SYSTEM "conventions.xml"> ] > -->
-<!-- $Id: about.xml,v 1.19 2005/01/14 12:08:47 jake%bugzilla.org Exp $ -->
+<?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="about">
<title>About This Guide</title>
@@ -209,9 +212,9 @@
</para>
</section>
- <!-- conventions used here (didn't want to give it a chapter of its own) -->
-&conventions;
- </chapter>
+<!-- conventions used here (didn't want to give it a chapter of its own) -->
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="conventions.xml" />
+</chapter>
<!-- Keep this comment at the end of the file
Local variables: