comparison en/00book.xml @ 724:cfdb601a3c8b

Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu, 12 Mar 2009 15:51:39 +0800
parents 40025381bded
children 7e7c47481e4f
comparison
equal deleted inserted replaced
723:3c5e1c03cc3e 724:cfdb601a3c8b
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> 2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
4 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" 4 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
5 [ 5 [
6 <!-- Below are references to files in this directory. --> 6 <!-- Below are references to files in this directory. -->
7 7
8 <!-- Chapters. --> 8 <!-- Chapters. -->
9 9
37 %AUTOSNIPPETS; 37 %AUTOSNIPPETS;
38 ]> 38 ]>
39 39
40 <book id="hg"> 40 <book id="hg">
41 <title>Mercurial: The Definitive Guide</title> 41 <title>Mercurial: The Definitive Guide</title>
42
43 <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})'
44 <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
45 -->
46 <subtitle>Compiled from $rev_id$</subtitle>
42 <bookinfo> 47 <bookinfo>
43 <authorgroup> 48 <authorgroup>
44 <author> 49 <author>
45 <firstname>Bryan</firstname> 50 <firstname>Bryan</firstname>
46 <surname>O'Sullivan</surname> 51 <surname>O'Sullivan</surname>