Starting with this version new functionality is mainly implemented in
[docutils/kirr.git] / sandbox / xml2rst / tests / simple / readable / targets.xml
bloba37a732fa448a6d9a5aaa45a7050852e6bd083bb
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Generated by Docutils 0.9 -->
3 <document source="original/targets.rst">
4     <paragraph>
5         Some text containing an 
6         <target ids="internal-target" names="internal\ target">
7             internal target
8         </target>
9         .
10     </paragraph>
11     <section ids="a-header" names="a\ header">
12         <title>
13             A header
14         </title>
15         <target ids="external-target" names="external\ target" refuri="http://www.example.com/"/>
16         <paragraph>
17             There can be an 
18             <reference name="external target" refuri="http://www.example.com/">
19                 external target
20             </reference>
21             , 
22             <reference name="a header" refid="a-header">
23                 a header
24             </reference>
25              or an 
26             <reference name="internal target" refid="internal-target">
27                 internal
28 target
29             </reference>
30             .
31         </paragraph>
32         <target refid="additional-header-target"/>
33         <section ids="another-header additional-header-target" names="another\ header additional\ header\ target">
34             <title>
35                 Another header
36             </title>
37             <paragraph>
38                 Some text with reference to the 
39                 <reference name="additional header target" refid="additional-header-target">
40                     additional header target
41                 </reference>
42                 .
43             </paragraph>
44             <paragraph>
45                 A 
46                 <reference name="special target containing a: colon" refuri="http://www.example.org/">
47                     special target containing a: colon
48                 </reference>
49                 .
50             </paragraph>
51             <target refid="first-target"/>
52             <target refid="second-target"/>
53             <target ids="third-target second-target first-target" names="third\ target second\ target first\ target" refuri="http://www.example.com/"/>
54             <target ids="special-target-containing-a-colon" names="special\ target\ containing\ a:\ colon" refuri="http://www.example.org/"/>
55         </section>
56     </section>
57 </document>