hgbook

annotate en/00book.xml @ 558:8631da51309b

Slow progress on XML conversion
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Feb 09 23:25:40 2009 -0800 (2009-02-09)
parents 863a82f13901
children b90b024729f1
rev   line source
bos@553 1 <?xml version="1.0" encoding="UTF-8"?>
bos@553 2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
bos@553 3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
bos@553 4 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
bos@553 5 [
bos@553 6 <!-- Below are references to files in this directory. -->
bos@553 7
bos@553 8 <!-- Chapters. -->
bos@553 9
bos@553 10 <!ENTITY ch01 SYSTEM "ch01-intro.xml">
bos@553 11 <!ENTITY ch02 SYSTEM "ch02-tour-basic.xml">
bos@558 12 <!ENTITY ch12 SYSTEM "ch12-mq.xml">
bos@553 13
bos@553 14 <!-- Include our standard shortcuts. -->
bos@553 15
bos@553 16 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
bos@553 17 %SHORTCUTS;
bos@553 18 ]>
bos@553 19
bos@553 20 <book id="hg">
bos@553 21 <title>Mercurial: The Definitive Guide</title>
bos@553 22 <bookinfo>
bos@553 23 <authorgroup>
bos@553 24 <author>
bos@553 25 <firstname>Bryan</firstname>
bos@553 26 <surname>O'Sullivan</surname>
bos@553 27 </author>
bos@553 28 </authorgroup>
bos@553 29
bos@553 30 <editor>
bos@553 31 <firstname>Mike</firstname>
bos@553 32 <surname>Loukides</surname>
bos@553 33 </editor>
bos@553 34
bos@553 35 <copyright>
bos@553 36 <year>2007</year>
bos@553 37 <year>2008</year>
bos@553 38 <holder>Bryan O'Sullivan</holder>
bos@553 39 </copyright>
bos@553 40 </bookinfo>
bos@553 41
bos@553 42 &ch01;
bos@553 43 &ch02;
bos@558 44 &ch12;
bos@553 45 </book>