hgbook

view 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
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
4 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
5 [
6 <!-- Below are references to files in this directory. -->
8 <!-- Chapters. -->
10 <!ENTITY ch01 SYSTEM "ch01-intro.xml">
11 <!ENTITY ch02 SYSTEM "ch02-tour-basic.xml">
12 <!ENTITY ch12 SYSTEM "ch12-mq.xml">
14 <!-- Include our standard shortcuts. -->
16 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
17 %SHORTCUTS;
18 ]>
20 <book id="hg">
21 <title>Mercurial: The Definitive Guide</title>
22 <bookinfo>
23 <authorgroup>
24 <author>
25 <firstname>Bryan</firstname>
26 <surname>O'Sullivan</surname>
27 </author>
28 </authorgroup>
30 <editor>
31 <firstname>Mike</firstname>
32 <surname>Loukides</surname>
33 </editor>
35 <copyright>
36 <year>2007</year>
37 <year>2008</year>
38 <holder>Bryan O'Sullivan</holder>
39 </copyright>
40 </bookinfo>
42 &ch01;
43 &ch02;
44 &ch12;
45 </book>