link: Extended example for more cases, cleanup
[docpond.git] / link / example.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <article version="5.0" xml:lang="en"
3          xmlns="http://docbook.org/ns/docbook"
4          xmlns:xlink="http://www.w3.org/1999/xlink">
5   <info>
6     <title><tag>link</tag> tag example</title>
7     <titleabbrev><tag>link</tag></titleabbrev>
8     <author>
9       <personname>
10         <firstname>Fredrik</firstname>
11         <surname>Unger</surname>
12       </personname>
13       <email>fred@tree.se</email>
14     </author>
15     <pubdate>2013-07-29</pubdate>
16   </info>
17   <section><title>Example usage of the tag <tag>link</tag></title>
18   <para>
19     In the <link linkend='nextpara'>next paragraph</link> describes a
20     domain handled by <link xlink:href="http://iana.org" />
21   </para>
22   <para xml:id='nextpara'>
23     There is a <link xlink:href="http://example.com">domain</link>
24     that is established to be used for illustrative examples in
25     documents. One can use this domain in examples without prior
26     coordination or asking for permission.
27   </para>
28   <para>
29     The next section <link linkend='nextsect'
30     endterm='nextsect.title'/> gives some more information.
31   </para>
32   </section>
33   <section xml:id='nextsect'>
34     <title xml:id='nextsect.title'>RFC 2606</title>
35     <para>
36       The RFC 2606 "Reserved Top Level DNS Names" was approved in June
37       1999.
38     </para>
39   </section>
40 </article>