<article desc="an article"> This is a very simple article. <cat id="syntax" /> <cat id="structure" /> </article>The generation will generate an html file for each category and present all the articles which belong to each category. Also the list of categories is linked in each article.
<categories> <category id="syntax" desc="Articles about syntax"/> <category id="structure" desc="Articles about structure"/> </categories>
<categories> <category id="syntax" desc="Articles about syntax"> This category deals about the articles syntax. </category> <category id="structure" desc="Articles about structure"/> </categories>Note that the description attribute is however always required and will be used when presenting the link to the category in the list of categories page.
<article desc="article name"> <altTitle desc="the other name" dictionary="false" /> </article>
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.