You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2008/07/02 12:48:26 UTC

[jira] Created: (DOXIA-246) TOC macro: higher entries are ignored

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

        

[jira] Closed: (DOXIA-246) TOC macro: higher entries are ignored

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-246.
-------------------------------

         Assignee: Lukas Theussl
       Resolution: Fixed
    Fix Version/s: 1.1

Fixed in r732143.

> 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
>            Assignee: Lukas Theussl
>             Fix For: 1.1
>
>
> 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