blob: 46723ae56bbc69bd57877766d1cb5fdfadf61a34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<?xml version="1.0" encoding="UTF-8"?>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="nothing-terminal"
version="5.0">
<!-- {{{ Bookinfo -->
<title>Nothing Terminal</title>
<info>
<author><personname><firstname>brian</firstname><othername>m.</othername><surname>carlson</surname></personname></author>
<!--{{{ Copyright and License-->
<copyright>
<year>2011</year>
<year>2013</year>
<holder>brian m. carlson</holder>
</copyright> <!-- }}} -->
</info> <!-- }}} -->
<!--
Sea of Trees
The Motorway
-->
<!-- {{{ The Motorway -->
<part xml:id="motorway">
<title>The Motorway</title>
<xi:include href="aoif/light-rail.dbx" parse="xml" />
</part><!--}}}-->
<!-- {{{ The Ferry -->
<!--
<part xml:id="ferry">
<title>The Ferry</title>
</part>--><!--}}}-->
<!-- {{{ The Sea of Trees -->
<part xml:id="sea-of-trees">
<title>The Sea of Trees</title>
<xi:include href="aoif/nuclear-vermont.dbx" parse="xml" />
</part><!--}}}-->
</book>
|