summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-06-05 21:07:13 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:52 -0500
commit40417b3b372feadb5db64ad776abdc556632e7b9 (patch)
treea063ae7bc738e658c016b969dbf25d48439815bf /docs/guide
parent760d77387da2f3e471b41ace36858143f0d7165e (diff)
downloadsamba-40417b3b372feadb5db64ad776abdc556632e7b9.tar.gz
samba-40417b3b372feadb5db64ad776abdc556632e7b9.tar.bz2
samba-40417b3b372feadb5db64ad776abdc556632e7b9.zip
Remove redundant attributes
(This used to be commit c031e9abc270b63681e357e3f80b73515b611955)
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/guide-main.xml43
1 files changed, 20 insertions, 23 deletions
diff --git a/docs/guide/guide-main.xml b/docs/guide/guide-main.xml
index fb1238baf7..1288db26f1 100644
--- a/docs/guide/guide-main.xml
+++ b/docs/guide/guide-main.xml
@@ -1,16 +1,13 @@
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
- <!-- Stuff for xincludes -->
- <!ENTITY % xinclude SYSTEM "../entities/xinclude.dtd">
- %xinclude;
-
<!-- entities files to use -->
<!ENTITY % global_entities SYSTEM '../entities/global.entities'>
%global_entities;
]>
-<book id="S3bE">
+<book id="S3bE"
+ xmlns:xi="http://www.w3.org/2003/XInclude">
<title>Samba-3 by Example</title>
<subtitle>Practical Exercises in Successful Samba Deployment</subtitle>
<bookinfo>
@@ -26,10 +23,10 @@
<para>boo</para>
<?latex \clearpage ?>
<para>boo</para>
- <xi:include href="inside-cover.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="acknowledgements.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="foreword.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
+ <xi:include href="inside-cover.xml"/>
+ <xi:include href="acknowledgements.xml"/>
+ <xi:include href="foreword.xml"/>
+ <xi:include href="preface.xml"/>
<?latex \cleardoublepage ?>
<toc/>
<?latex \cleardoublepage ?>
@@ -37,20 +34,20 @@
<?latex \cleardoublepage ?>
<lot/>
<!-- Chapters -->
- <xi:include href="Chap01-WindowsNetworkingPrimer.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap02-SimpleOfficeServer.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap03-TheSmallOffice.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap04-SecureOfficeServer.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap05-500UserNetwork.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap06-MakingHappyUsers.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap07-2000UserNetwork.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap08-MigrateNT4Samba3.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap09-AddingUNIXClients.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap10-KerberosFastStart.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap10b-DomainAppsSupport.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap11-HighAvailability.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
- <xi:include href="Chap12-Appendix.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
+ <xi:include href="Chap01-WindowsNetworkingPrimer.xml"/>
+ <xi:include href="Chap02-SimpleOfficeServer.xml"/>
+ <xi:include href="Chap03-TheSmallOffice.xml"/>
+ <xi:include href="Chap04-SecureOfficeServer.xml"/>
+ <xi:include href="Chap05-500UserNetwork.xml"/>
+ <xi:include href="Chap06-MakingHappyUsers.xml"/>
+ <xi:include href="Chap07-2000UserNetwork.xml"/>
+ <xi:include href="Chap08-MigrateNT4Samba3.xml"/>
+ <xi:include href="Chap09-AddingUNIXClients.xml"/>
+ <xi:include href="Chap10-KerberosFastStart.xml"/>
+ <xi:include href="Chap10b-DomainAppsSupport.xml"/>
+ <xi:include href="Chap11-HighAvailability.xml"/>
+ <xi:include href="Chap12-Appendix.xml"/>
<?latex \include{gpl}?>
- <xi:include href="glossary.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
+ <xi:include href="glossary.xml"/>
<index/>
</book>