hgbook

diff en/00book.xml @ 557:23dc79421e06

Add XSL stylesheets
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Feb 09 23:04:31 2009 -0800 (2009-02-09)
parents
children 8631da51309b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/00book.xml	Mon Feb 09 23:04:31 2009 -0800
     1.3 @@ -0,0 +1,43 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
     1.6 +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     1.7 + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
     1.8 +[
     1.9 +<!-- Below are references to files in this directory. -->
    1.10 +
    1.11 +<!-- Chapters. -->
    1.12 +
    1.13 +<!ENTITY ch01     SYSTEM "ch01-intro.xml">
    1.14 +<!ENTITY ch02     SYSTEM "ch02-tour-basic.xml">
    1.15 +
    1.16 +<!-- Include our standard shortcuts. -->
    1.17 +
    1.18 +<!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
    1.19 +%SHORTCUTS;
    1.20 +]>
    1.21 +
    1.22 +<book id="hg">
    1.23 +  <title>Mercurial: The Definitive Guide</title>
    1.24 +  <bookinfo>
    1.25 +    <authorgroup>
    1.26 +      <author>
    1.27 +        <firstname>Bryan</firstname>
    1.28 +        <surname>O'Sullivan</surname>
    1.29 +      </author>
    1.30 +    </authorgroup>
    1.31 +
    1.32 +    <editor>
    1.33 +      <firstname>Mike</firstname>
    1.34 +      <surname>Loukides</surname>
    1.35 +    </editor>
    1.36 +
    1.37 +    <copyright>
    1.38 +      <year>2007</year>
    1.39 +      <year>2008</year>
    1.40 +      <holder>Bryan O'Sullivan</holder>
    1.41 +    </copyright>
    1.42 +  </bookinfo>
    1.43 +
    1.44 +  &ch01;
    1.45 +  &ch02;
    1.46 +</book>