diff options
-rw-r--r-- | docs/guide/guide-main.xml | 43 | ||||
-rw-r--r-- | docs/xslt/generate-attributions.xsl | 2 |
2 files changed, 21 insertions, 24 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>
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl index d358f1c59e..6f182fd753 100644 --- a/docs/xslt/generate-attributions.xsl +++ b/docs/xslt/generate-attributions.xsl @@ -35,7 +35,7 @@ </xsl:choose> </xsl:template> -<xsl:template match="author"> +<xsl:template match="chapterinfo/author"> <xsl:choose> <xsl:when test="firstname != ''"> <xsl:text>	</xsl:text> |