summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/duplicate_section_titles_have_unique_anchors/expected/webxml/page-one.webxml
blob: 98c92b78475655cd75520cfa9347a7cf45bcec0e (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
<?xml version="1.0" encoding="UTF-8"?>
<WebXML>
    <document>
        <page name="page_one.html" href="page-one.html" status="active" location="page_one.qdoc" documented="true" subtype="page" title="Page One" fulltitle="Page One" subtitle="">
            <contents name="section-one" title="Section One" level="1"/>
            <contents name="section-two" title="Section Two" level="2"/>
            <contents name="section-one-2" title="Section One" level="1"/>
            <contents name="section-one-2-section-two-3" title="Section Two" level="2"/>
            <description>
                <para>This test is for a documentation project with multiple section titles whose names collide.</para>
                <section id="section-one">
                    <heading level="1">Section One</heading>
                    <para>This is the first section.</para>
                </section>
                <section id="section-two">
                    <heading level="2">Section Two</heading>
                    <para>This is the first sub-section.</para>
                </section>
                <section id="section-one">
                    <heading level="1">Section One</heading>
                    <para>This is the second section.</para>
                </section>
                <section id="section-two">
                    <heading level="2">Section Two</heading>
                    <para>This is the second sub-section.</para>
                </section>
            </description>
        </page>
    </document>
</WebXML>