summaryrefslogtreecommitdiff
path: root/sandbox/xml2rst/tests/simple/readable/docinfoHeader.xml
blob: 315d6d83644db67e00a8c760a59d7a7a41121193 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by Docutils 0.10 -->
<document ids="title" names="title" source="original/docinfoHeader.rst" title="Title">
    <title>Title</title>
    <docinfo>
        <authors>
            <author>Some Body</author>
            <author>Some One</author>
        </authors>
        <organization>all</organization>
    </docinfo>
    <section ids="header" names="header">
        <title>Header</title>
        <paragraph>Text.</paragraph>
        <field_list>
            <field>
                <field_name>Field</field_name>
                <field_body>
                    <paragraph>Other field</paragraph>
                </field_body>
            </field>
        </field_list>
    </section>
    <section ids="another-header" names="another\ header">
        <title>Another header</title>
        <paragraph>More text.</paragraph>
    </section>
</document>