blob: 7ff1fa4b94c266a4b3d936d5edf888dd60f1f1ce (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<library id="thing2" name="Duplicates 1.1" dirname="thing2" last-revision="Tomorrow"
xmlns:xi="http://www.w3.org/2001/XInclude">
<libraryinfo>
<authorgroup>
<author>
<firstname>Joe</firstname> <surname>Blow</surname>
</author>
<author>
<firstname>Jane</firstname> <surname>Doe</surname>
</author>
</authorgroup>
<copyright>
<year>2018</year> <holder>Joe Blow</holder>
</copyright>
<copyright>
<year>1963</year> <holder>Jane Doe</holder>
</copyright>
<legalnotice id="thing2.legal">
<para>
Public Domain
</para>
</legalnotice>
<librarypurpose>
Another Duplicate
</librarypurpose>
<librarycategory name="category:Category 1"></librarycategory> <librarycategory
name="category:Category 2"></librarycategory>
</libraryinfo>
<title>Duplicates 1.1 2</title>
<para>
Content
</para>
</library>
|