TOC macro: higher entries are ignored
-------------------------------------

                 Key: DOXIA-246
                 URL: http://jira.codehaus.org/browse/DOXIA-246
             Project: Maven Doxia
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0-alpha-11
            Reporter: Lukas Theussl


For the xdoc snippet below, using default macro parameters, the created TOC has 
no sub-sub-sections in section 2 ;  section 3 has no sub-sections, etc.


{code:xml}
        <section name="TITLE 1">
            <subsection name="SUB TITLE 1.1">bla bla... </subsection>
            <subsection name="SUB TITLE 1.2"> bla bla...</subsection>
            <subsection name="SUB TITLE 1.3"> bla bla...
                <h4>SUB SUB TITLE 1.3.1</h4>
                <h4>SUB SUB TITLE 1.3.2</h4>
                <h4>SUB SUB TITLE 1.3.3</h4>
            </subsection>
            <subsection name="SUB TITLE 1.4"> bla bla...</subsection>
        </section>

        <section name="TITLE 2">
            <subsection name="SUB TITLE 2.1"> bla bla... </subsection>
            <subsection name="SUB TITLE 2.2"> bla bla...</subsection>
            <subsection name="SUB TITLE 2.3"> bla bla...
                <h4>SUB SUB TITLE 2.3.1</h4>
                <h4>SUB SUB TITLE 2.3.2</h4>
                <h4>SUB SUB TITLE 2.3.3</h4>
            </subsection>
            <subsection name="SUB TITLE 2.4"> bla bla...</subsection>
        </section>

        <section name="TITLE 3">
            <subsection name="SUB TITLE 3.1"> bla bla... </subsection>
            <subsection name="SUB TITLE 3.2"> bla bla...</subsection>
            <subsection name="SUB TITLE 3.3"> bla bla...
                <h4>SUB SUB TITLE 3.3.1</h4>
                <h4>SUB SUB TITLE 3.3.2</h4>
                <h4>SUB SUB TITLE 3.3.3</h4>
            </subsection>
            <subsection name="SUB TITLE 3.4"> bla bla...</subsection>
        </section>
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to