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/glibc.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-glibc" role="wrap">
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xi="http://www.w3.org/2003/XInclude"
     8         xml:id="ch-tools-glibc" role="wrap">
    79<title>Glibc-&glibc-version;</title>
    810<?dbhtml filename="glibc.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/glibc.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
     16<section role="package"><title/>
     17<xi:include href="../chapter06/glibc.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/glibc.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
    24 
    25 </sect2>
    26 
    27 <sect2 role="installation">
     25<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/glibc.xml" xpointer="xpointer(/*[1]/*[3]/*[4])"/>
     26
     27</section>
     28
     29<section role="installation">
    2830<title>Installation of Glibc</title>
    2931
     
    193195localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
    194196
    195 </sect2>
    196 
    197 <sect2 role="content"><title/>
     197</section>
     198
     199<section role="content"><title/>
    198200<para>The details on this package are found in <xref linkend="contents-glibc"/>.</para>
    199 </sect2>
    200 
    201 </sect1>
     201</section>
     202
     203</section>
Note: See TracChangeset for help on using the changeset viewer.