hgbook

annotate en/00book.xml @ 553:863a82f13901

Basic progress on XML.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Feb 05 22:45:48 2009 -0800 (2009-02-05)
parents
children 8631da51309b
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@553 12
bos@553 13 <!-- Include our standard shortcuts. -->
bos@553 14
bos@553 15 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
bos@553 16 %SHORTCUTS;
bos@553 17 ]>
bos@553 18
bos@553 19 <book id="hg">
bos@553 20 <title>Mercurial: The Definitive Guide</title>
bos@553 21 <bookinfo>
bos@553 22 <authorgroup>
bos@553 23 <author>
bos@553 24 <firstname>Bryan</firstname>
bos@553 25 <surname>O'Sullivan</surname>
bos@553 26 </author>
bos@553 27 </authorgroup>
bos@553 28
bos@553 29 <editor>
bos@553 30 <firstname>Mike</firstname>
bos@553 31 <surname>Loukides</surname>
bos@553 32 </editor>
bos@553 33
bos@553 34 <copyright>
bos@553 35 <year>2007</year>
bos@553 36 <year>2008</year>
bos@553 37 <holder>Bryan O'Sullivan</holder>
bos@553 38 </copyright>
bos@553 39 </bookinfo>
bos@553 40
bos@553 41 &ch01;
bos@553 42 &ch02;
bos@553 43 </book>