Ignore:
Timestamp:
12/11/2004 06:40:46 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
9c9d585
Parents:
1fe35e1
Message:
  • (chapter05/*.xml) RELAX NG validation fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bzip2.xml

    r1fe35e1 r1375d26  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-tools-bzip2" role="wrap">
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xi="http://www.w3.org/2003/XInclude"
     8         xml:id="ch-tools-bzip2" role="wrap">
    79<title>Bzip2-&bzip2-version;</title>
    810<?dbhtml filename="bzip2.html"?>
     
    1214<secondary>tools</secondary></indexterm>
    1315
    14 <sect2 role="package"><title/>
    15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bzip2.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
     16<section role="package"><title/>
     17<xi:include href="../chapter06/bzip2.xml" xpointer="xpointer(/*[1]/*[3]/*[2])"/>
    1618
    1719<segmentedlist>
     
    2123</segmentedlist>
    2224
    23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bzip2.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
     25<xi:include href="../chapter06/bzip2.xml" xpointer="xpointer(/*[1]/*[3]/*[4])"/>
    2426
    25 </sect2>
     27</section>
    2628
    27 <sect2 role="installation">
     29<section role="installation">
    2830<title>Installation of Bzip2</title>
    2931
     
    3739<screen><userinput>make PREFIX=/tools install</userinput></screen>
    3840
    39 </sect2>
     41</section>
    4042
    41 <sect2 role="content"><title/>
     43<section role="content"><title/>
    4244<para>The details on this package are found in <xref linkend="contents-bzip2"/>.</para>
    43 </sect2>
     45</section>
    4446
    45 </sect1>
     47</section>
Note: See TracChangeset for help on using the changeset viewer.