view en/00book.xml @ 724:cfdb601a3c8b

Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu, 12 Mar 2009 15:51:39 +0800
parents 40025381bded
children 7e7c47481e4f
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
[
<!-- Below are references to files in this directory. -->

<!-- Chapters. -->

<!ENTITY ch01     SYSTEM "ch01-intro.xml">
<!ENTITY ch02     SYSTEM "ch02-tour-basic.xml">
<!ENTITY ch03     SYSTEM "ch03-tour-merge.xml">
<!ENTITY ch04     SYSTEM "ch04-concepts.xml">
<!ENTITY ch05     SYSTEM "ch05-daily.xml">
<!ENTITY ch06     SYSTEM "ch06-collab.xml">
<!ENTITY ch07     SYSTEM "ch07-filenames.xml">
<!ENTITY ch08     SYSTEM "ch08-branch.xml">
<!ENTITY ch09     SYSTEM "ch09-undo.xml">
<!ENTITY ch10     SYSTEM "ch10-hook.xml">
<!ENTITY ch11     SYSTEM "ch11-template.xml">
<!ENTITY ch12     SYSTEM "ch12-mq.xml">
<!ENTITY ch13     SYSTEM "ch13-mq-collab.xml">
<!ENTITY ch14     SYSTEM "ch14-hgext.xml">
<!ENTITY appA     SYSTEM "appA-cmdref.xml">
<!ENTITY appB     SYSTEM "appB-mq-ref.xml">
<!ENTITY appC     SYSTEM "appC-srcinstall.xml">
<!ENTITY appD     SYSTEM "appD-license.xml">

<!-- Include our standard shortcuts. -->

<!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
%SHORTCUTS;

<!-- Include automatically and manually generated code snippets. -->

<!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
%AUTOSNIPPETS;
]>

<book id="hg">
  <title>Mercurial: The Definitive Guide</title>
  
  <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})' 
  <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
  -->
  <subtitle>Compiled from $rev_id$</subtitle>
  <bookinfo>
    <authorgroup>
      <author>
        <firstname>Bryan</firstname>
        <surname>O'Sullivan</surname>
      </author>
    </authorgroup>

    <editor>
      <firstname>Mike</firstname>
      <surname>Loukides</surname>
    </editor>

    <copyright>
      <year>2006</year>
      <year>2007</year>
      <year>2008</year>
      <year>2009</year>
      <holder>Bryan O'Sullivan</holder>
    </copyright>
  </bookinfo>

  &ch01;
  &ch02;
  &ch03;
  &ch04;
  &ch05;
  &ch06;
  &ch07;
  &ch08;
  &ch09;
  &ch10;
  &ch11;
  &ch12;
  &ch13;
  &ch14;
  <!-- &appA; -->
  &appB;
  &appC;
  &appD;
</book>