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/util-linux.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-util-linux" role="wrap">
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xi="http://www.w3.org/2003/XInclude"
     8         xml:id="ch-tools-util-linux" role="wrap">
    79<title>Util-linux-&util-linux-version;</title>
    810<?dbhtml filename="util-linux.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/util-linux.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
     16<section role="package"><title/>
     17<xi:include href="../chapter06/util-linux.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/util-linux.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
     25<xi:include href="../chapter06/util-linux.xml" xpointer="xpointer(/*[1]/*[3]/*[4])"/>
    2426
    25 </sect2>
     27</section>
    2628
    27 <sect2 role="installation">
     29<section role="installation">
    2830<title>Installation of Util-linux</title>
    2931
     
    5254<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
    5355
    54 </sect2>
     56</section>
    5557
    56 <sect2 role="content"><title/>
     58<section role="content"><title/>
    5759<para>The details on this package are found in <xref linkend="contents-utillinux"/>.</para>
    58 </sect2>
    59 </sect1>
     60</section>
     61</section>
Note: See TracChangeset for help on using the changeset viewer.