Ignore:
Timestamp:
11/28/2004 06:33:33 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
a0a2d970
Parents:
78dbbaa1
Message:
  • (all) Removed all references to the DocBook DTD
  • (docbook.rng) Added the DocBook "Gin" schema
  • (Makefile) Updated with new validation command
  • (prologue/*) Validation fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/typography.xml

    r78dbbaa1 ra8f36125  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="pre-typography">
    7 <title>Typography</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="pre-typography">
     9<info><title>Typography</title></info>
    810<?dbhtml filename="typography.html"?>
    911
     
    2931book, mainly to emphasize important points or items.</para></blockquote>
    3032
    31 <para><ulink url="&lfs-root;"/></para>
     33<para><uri xlink:href="&lfs-root;">&lfs-root;</uri></para>
    3234
    3335<blockquote><para>This form of text is used for hyperlinks, both within the
     
    5254not to be typed as seen or copy and pasted.</para></blockquote>
    5355
    54 </sect1>
     56</section>
Note: See TracChangeset for help on using the changeset viewer.