hgbook

view 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
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">
13 <!-- Include our standard shortcuts. -->
15 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
16 %SHORTCUTS;
17 ]>
19 <book id="hg">
20 <title>Mercurial: The Definitive Guide</title>
21 <bookinfo>
22 <authorgroup>
23 <author>
24 <firstname>Bryan</firstname>
25 <surname>O'Sullivan</surname>
26 </author>
27 </authorgroup>
29 <editor>
30 <firstname>Mike</firstname>
31 <surname>Loukides</surname>
32 </editor>
34 <copyright>
35 <year>2007</year>
36 <year>2008</year>
37 <holder>Bryan O'Sullivan</holder>
38 </copyright>
39 </bookinfo>
41 &ch01;
42 &ch02;
43 </book>