Sections in XSLT documentation

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/

Hello, Currently there is no mechanism through which to group documentation blocks into sections. I've added this to our issue tracking tool and we'll let you know as soon as it is implemented. Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor http://www.oxygenxml.com On 2/23/2010 3:12 AM, Florent Georges wrote:
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,
participants (2)
-
alex_jitianu
-
Florent Georges