source: index.xml@ 2aee5500

Last change on this file since 2aee5500 was 2aee5500, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter03/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4349 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[b08f409]1<?xml version="1.0" encoding="ISO-8859-1"?>
[a8f36125]2<!DOCTYPE book [
[287ea55]3 <!ENTITY % general-entities SYSTEM "general.ent">
4 %general-entities;
[b08f409]5]>
[a8f36125]6<book xmlns="http://docbook.org/docbook-ng"
7 xmlns:xi="http://www.w3.org/2003/XInclude">
[b08f409]8
[a8f36125]9<xi:include href="prologue/bookinfo.xml"/>
10<xi:include href="prologue/dedication.xml"/>
11<xi:include href="prologue/preface.xml"/>
[287ea55]12
13
[a0a2d970]14<part xml:id="part1">
[287ea55]15<title>Introduction</title>
16<?dbhtml filename="part1.html"?>
[a8f36125]17<xi:include href="chapter01/chapter01.xml"/>
[522b09f]18<xi:include href="chapter02/chapter02.xml"/>
[287ea55]19</part>
20
[2aee5500]21<part xml:id="part2">
[287ea55]22<title>Preparing for the build</title>
23<?dbhtml filename="part2.html"?>
[a8f36125]24<xi:include href="chapter03/chapter03.xml"/>
[2aee5500]25<!--<xi:include href="chapter04/chapter04.xml"/>
26<xi:include href="chapter05/chapter05.xml"/>-->
[287ea55]27</part>
28
[2aee5500]29<!--<part id="part3">
[287ea55]30<title>Building the LFS system</title>
31<?dbhtml filename="part3.html"?>
[a8f36125]32<xi:include href="chapter06/chapter06.xml"/>
33<xi:include href="chapter07/chapter07.xml"/>
34<xi:include href="chapter08/chapter08.xml"/>
35<xi:include href="chapter09/chapter09.xml"/>
[287ea55]36</part>
37
[a8f36125]38<index/>-->
[287ea55]39
40</book>
Note: See TracBrowser for help on using the repository browser.