diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-04-21 20:16:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-04-21 20:16:28 +0000 |
commit | d944136079d46b916ad124821d1b2a00e4414241 (patch) | |
tree | 5f46860c97bbe7bee136cf82f75c4289245bc9c3 /index.xml | |
parent | d3eda3d73442dba7d33f5f307f7624eaebf283f1 (diff) |
Replaced deprecated w3.org XInclude throughout the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'index.xml')
-rw-r--r-- | index.xml | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -5,45 +5,45 @@ ]> <book> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prologue/bookinfo.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/bookinfo.xml"/> <!-- -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prologue/dedication.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/dedication.xml"/> --> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prologue/preface.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/preface.xml"/> <part id="part1"> <title>Introduction</title> <?dbhtml filename="part1.html"?> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter01/chapter01.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter01/chapter01.xml"/> </part> <part id="part2"> <title>Preparing for the Build</title> <?dbhtml filename="part2.html"?> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter02/chapter02.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter03/chapter03.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter04/chapter04.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter05/chapter05.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter02/chapter02.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter03/chapter03.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter04/chapter04.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter05/chapter05.xml"/> </part> <part id="part3"> <title>Building the LFS System</title> <?dbhtml filename="part3.html"?> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter06/chapter06.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter07/chapter07.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter08/chapter08.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter09/chapter09.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter06/chapter06.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter07/chapter07.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter08/chapter08.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter09/chapter09.xml"/> </part> <part id="part4"> <title>Appendices</title> <?dbhtml filename="part4.html"?> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acronymlist.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acknowledgments.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/scripts.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/udev-rules.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/acronymlist.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/acknowledgments.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/dependencies.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/scripts.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/udev-rules.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/license.xml"/> </part> <index/> |