diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-12-18 12:25:25 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-12-18 12:25:25 +0000 |
commit | b330f4a3a2f203aa63a209d73c6adaef8fe31a59 (patch) | |
tree | b32bcfa91206e03de78643412db1b3a8d885132a /prologue/preface.xml | |
parent | 8e8f00393a39f9d4fed85557ffe8b33cc0480807 (diff) |
Prologue indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/preface.xml')
-rw-r--r-- | prologue/preface.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/prologue/preface.xml b/prologue/preface.xml index d2767c5d2..97f9a4733 100644 --- a/prologue/preface.xml +++ b/prologue/preface.xml @@ -1,19 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ +<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> + <preface id="preface"> -<?dbhtml dir="prologue"?> -<title>Preface</title> -<?dbhtml filename="preface.html"?> + <?dbhtml dir="prologue"?> + <?dbhtml filename="preface.html"?> + + <title>Preface</title> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="foreword.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="audience.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prerequisites.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hostreqs.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="typography.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="organization.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="errata.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="foreword.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="audience.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prerequisites.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hostreqs.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="typography.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="organization.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="errata.xml"/> </preface> |