summaryrefslogtreecommitdiffstats
path: root/common/legalnotice-section-en.xml
diff options
context:
space:
mode:
authorKarsten Wade <kwade@redhat.com>2006-02-07 21:18:48 +0000
committerKarsten Wade <kwade@redhat.com>2006-02-07 21:18:48 +0000
commitb7e98b94dd743a0a37b2f84d32cbf49504295f14 (patch)
treefb0870295ff92bdd58b6cb540d1758e017eb9378 /common/legalnotice-section-en.xml
parent4d791a98aca429aa67f7c77495cd91e7ec309afe (diff)
downloadfedora-doc-utils-b7e98b94dd743a0a37b2f84d32cbf49504295f14.tar.gz
fedora-doc-utils-b7e98b94dd743a0a37b2f84d32cbf49504295f14.tar.xz
fedora-doc-utils-b7e98b94dd743a0a37b2f84d32cbf49504295f14.zip
Changes toward making the XInclude version work, perhaps all need to be valid XML docs.
Diffstat (limited to 'common/legalnotice-section-en.xml')
-rw-r--r--common/legalnotice-section-en.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/common/legalnotice-section-en.xml b/common/legalnotice-section-en.xml
index befc1e7..d2c7a7e 100644
--- a/common/legalnotice-section-en.xml
+++ b/common/legalnotice-section-en.xml
@@ -1,3 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
+"http://www.docbook.org/xml/4.4/docbookx.dtd"[
+
+<!-- *************** COMMON FDP entities *************** -->
+ <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "./fedora-entities-en.ent">
+ %FEDORA-ENTITIES-EN;
+
+]>
<!--
Use this legalnotice for no-chunks/single-page HTML output. It is an optional
@@ -11,6 +20,7 @@
-->
<section id="sn-legalnotice">
- <title>Legalnotice</title>
- &LEGALNOTICE-CONTENT;
+ <title>Legal Notice</title>
+ <xi:include href="./legalnotice-content-en.xml"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>