[oXygen-user] Sections in XSLT documentation

Florent Georges
Mon Feb 22 19:12:05 CST 2010


  Hi,

  Is there any way to document sections in a stylesheet, using
oXygen XSLT documentation format?  By section, I mean something
like the following:

    <xd:doc scope="stylesheet">
       <xd:desc><xd:p>Global stylesheet doc.</xd:p></xd:desc>
    </xd:doc>

    <xd:doc scope="section">
       <xd:desc><xd:p>Utilities.</xd:p></xd:desc>
    </xd:doc>

    ... some components, with their doc ...

    <xd:doc scope="section">
       <xd:desc><xd:p>Main templates.</xd:p></xd:desc>
    </xd:doc>

    ... some components, with their doc ...

    <xd:doc scope="section">
       <xd:desc><xd:p>Additional mode.</xd:p></xd:desc>
    </xd:doc>

    ... some components, with their doc ...

in order to generate doc with the following structure:

    Global stylesheet doc.
    1. Utilities.
    ...
    2. Main templates.
    ...
    3. Additional mode.
    ...

  I have looked in the documentation (I mean the oXygen doc), but
haven't found anything.

  Regards,

-- 
Florent Georges
http://fgeorges.org/


      




More information about the oXygen-user mailing list