Ignore:
Timestamp:
12/04/2004 01:36:14 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1fe35e1
Parents:
6be8f06
Message:
  • (chapter09/*.xml) RELAX NG validation fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/getcounted.xml

    r6be8f06 rc5538b3  
    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-finish-getcounted">
    7 <title>Get Counted</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="ch-finish-getcounted">
     9<info><title>Get Counted</title></info>
    810<?dbhtml filename="getcounted.html"?>
    911
    1012<para>Want to be counted as an LFS user now that you have finished the
    1113book? Head over
    12 to <ulink url="&lfs-root;cgi-bin/lfscounter.cgi"/> and
     14to <uri xlink:href="&lfs-root;cgi-bin/lfscounter.cgi"/> and
    1315register as an LFS user by entering your name and the first LFS version
    1416you have used.</para>
     
    1618<para>Let's reboot into LFS now...</para>
    1719
    18 </sect1>
     20</section>
Note: See TracChangeset for help on using the changeset viewer.