~ubuntu-branches/ubuntu/vivid/doxia/vivid-proposed

« back to all changes in this revision

Viewing changes to doxia-modules/doxia-module-xdoc/src/test/resources/toc.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-08 14:20:22 UTC
  • mfrom: (2.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091008142022-f6ccxganfr2tbaig
Tags: 1.1-3build1
Upload to karmic, avoiding new version from unstable. LP: #443292.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
under the License.
19
19
-->
20
20
 
21
 
<document>
 
21
<document xmlns="http://maven.apache.org/XDOC/2.0"
 
22
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
23
  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 file:../../main/resources/xdoc-2.0.xsd">
22
24
  <properties>
23
25
    <title>Test DOXIA-40</title>
24
26
    <author email="vsiveton@apache.org">Vincent Siveton</author>
25
27
  </properties>
26
28
  <body>
 
29
    <section name="Section 1">
 
30
      <p>Test DOXIA-40</p>
 
31
      <p> Section 1 </p>
27
32
      <p>
28
 
        Test DOXIA-40
 
33
        <macro name="toc">
 
34
          <param name="section" value="1"/>
 
35
          <param name="fromDepth" value="1"/>
 
36
          <param name="toDepth" value="2"/>
 
37
        </macro>
29
38
      </p>
30
 
      <section name="Section 1">
31
 
        <p>
32
 
          Section 1
33
 
        </p>
34
 
        <p>
35
 
          <macro name="toc">
36
 
           <param name="section" value="1"/>
37
 
           <param name="fromDepth" value="1"/>
38
 
           <param name="toDepth" value="2"/>
39
 
          </macro>
40
 
        </p>
41
 
        <subsection name="Section 11">
42
 
          <p>
43
 
            Section 11
44
 
          </p>
45
 
        </subsection>
46
 
        <subsection name="Section 12">
47
 
          <p>
48
 
            Section 12
49
 
          </p>
50
 
          <subsection name="Section 121">
51
 
            <p>
52
 
              Section 121
53
 
            </p>
54
 
            <subsection name="Section 1211">
55
 
              <p>
56
 
                Section 1211
57
 
              </p>
58
 
            </subsection>
59
 
          </subsection>
60
 
        </subsection>
61
 
        <subsection name="Section 13">
62
 
          <p>
63
 
            Section 13
64
 
          </p>
65
 
        </subsection>
66
 
      </section>
 
39
      <subsection name="Section 11">
 
40
        <p> Section 11 </p>
 
41
      </subsection>
 
42
      <subsection name="Section 12">
 
43
        <p> Section 12 </p>
 
44
      </subsection>
 
45
      <subsection name="Section 13">
 
46
        <p> Section 13 </p>
 
47
      </subsection>
 
48
    </section>
67
49
  </body>
68
50
</document>