summaryrefslogtreecommitdiffstats
path: root/common/legalnotice-section-en.xml
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-12 21:58:49 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-12 21:58:49 +0000
commit2724dc7cef2a87dff63b468573c8f4f93a7b5a94 (patch)
treea0931de8c9209cc196102e64725e532f3b003167 /common/legalnotice-section-en.xml
parent9342957cf7a3367139305f2be5f963870fa70f18 (diff)
downloadfedora-doc-utils-2724dc7cef2a87dff63b468573c8f4f93a7b5a94.tar.gz
fedora-doc-utils-2724dc7cef2a87dff63b468573c8f4f93a7b5a94.tar.xz
fedora-doc-utils-2724dc7cef2a87dff63b468573c8f4f93a7b5a94.zip
This makes everything work out nicely, PROVIDED that doc authors don't use &FDP-INFO; any more, and instead use a standard XInclude statement. Shouldn't cause much pain at all.
Diffstat (limited to 'common/legalnotice-section-en.xml')
-rw-r--r--common/legalnotice-section-en.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/common/legalnotice-section-en.xml b/common/legalnotice-section-en.xml
index aacfbe8..d72a2f4 100644
--- a/common/legalnotice-section-en.xml
+++ b/common/legalnotice-section-en.xml
@@ -1,4 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
+<!-- $Id: -->
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd" [
@@ -19,9 +20,18 @@
a <section> is otherwise allowed. One good location is immediately following
an introduction.
- -->
- <section id="sn-legalnotice">
+-->
+
+<section id="sn-legalnotice">
<title>Legal Notice</title>
- <xi:include href="./legalnotice-content-en.xml" xpointer="element(sn-legalnotice-content)"
+ <xi:include href="legalnotice-content-p1-en.xml"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="legalnotice-content-p2-en.xml"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="legalnotice-content-p3-en.xml"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="legalnotice-content-p4-en.xml"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="legalnotice-content-p5-en.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- </section>
+</section>