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/findutils.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-findutils" role="wrap">
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xi="http://www.w3.org/2003/XInclude"
     8         xml:id="ch-tools-findutils" role="wrap">
    79<title>Findutils-&findutils-version;</title>
    810<?dbhtml filename="findutils.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/findutils.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
     16<section role="package"><title/>
     17<xi:include href="../chapter06/findutils.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/findutils.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
     25<xi:include href="../chapter06/findutils.xml" xpointer="xpointer(/*[1]/*[3]/*[4])"/>
    2426
    25 </sect2>
     27</section>
    2628
    27 <sect2 role="installation">
     29<section role="installation">
    2830<title>Installation of Findutils</title>
    2931
     
    4345<screen><userinput>make install</userinput></screen>
    4446
    45 </sect2>
     47</section>
    4648
    47 <sect2 role="content"><title/>
     49<section role="content"><title/>
    4850<para>The details on this package are found in <xref linkend="contents-findutils"/>.</para>
    49 </sect2>
     51</section>
    5052
    51 </sect1>
     53</section>
Note: See TracChangeset for help on using the changeset viewer.