summaryrefslogtreecommitdiff
path: root/test/testdocs/bibliography.005.xml
blob: 31afe97f64d78008f438083fd8a63e820521283e (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<chapter>
<chapterinfo>
<releaseinfo role="CVS">$Id: bibliography.005.xml 5266 2005-10-12 23:49:28Z xmldoc $</releaseinfo>
</chapterinfo>
<title>Unit Test: bibliography.005</title>

<para>This test case is for a bibliography in a section.</para>

<section>
<title>A Section Title</title>

<para>Some content <acronym>here</acronym>.</para>

<bibliography>
  <title>Bibliography in a Section</title>
 <biblioentry id="xml-1">
   <abbrev>XML 1.0</abbrev>
   <editor>
      <firstname>Tim</firstname>
      <surname>Bray</surname>
   </editor>
   <title>Extensible Markup Language (XML) 1.0</title>
   <edition>2nd ed</edition>
   <releaseinfo>W3C Recommendation</releaseinfo>
   <date>6 October 2000</date>
   <copyright>
     <year>2000</year>
     <holder>World Wide Web Consortium</holder>
   </copyright>
   <biblioid class="uri">
     <ulink url="http://www.w3.org/TR/2000/REC-xml-20001006/"/>
   </biblioid>
 </biblioentry>
</bibliography>
</section>

<section>
<title>Another Section Title</title>

<para>Some content</para>

<section>
<title>A Subsection Title</title>

<para>Some content</para>

<bibliography>
  <title>Bibliography in a Subsection</title>
 <biblioentry id="xml11-1">
   <abbrev>XML 1.1</abbrev>
   <editor>
      <firstname>Tim</firstname>
      <surname>Bray</surname>
   </editor>
   <title>Extensible Markup Language (XML) 1.1</title>
   <releaseinfo>W3C Recommendation</releaseinfo>
   <date>04 February 2004</date>
   <copyright>
     <year>2004</year>
     <holder>World Wide Web Consortium</holder>
   </copyright>
   <biblioid class="uri">
     <ulink url="http://www.w3.org/TR/xml11/"/>
   </biblioid>
 </biblioentry>
</bibliography>
</section>
</section>

<bibliography>
  <title>Bibliography in a Chapter</title>
 <biblioentry id="flynn-xml-faq-1">
   <abbrev>Fl01</abbrev>
   <author>
     <firstname>Peter</firstname>
     <surname>Flynn</surname>
   </author>
   <title>The XML FAQ</title>
   <edition>2.1</edition>
   <date>1 January 2002</date>
   <biblioid class="uri">
     <ulink url="http://www.ucc.ie/xml/faq.html"/>
   </biblioid>
 </biblioentry>
</bibliography>
</chapter>