<index> This is the index. <cat id="general" /> </index>
<article desc="an article"> This is a very simple article. </article>Another simple example, using the see tag, and specifying a category for the article.
<article desc="an article"> This is a very simple article. <see id="anotherArticle" desc="the other linked article" text="example of a SeeAlso element" /> <cat id="myCategory" /> </article>A more complex example, using the seeAlso, altTitle, and meta tags.
<article desc="an article"> <altTitle desc="second title" > <meta desc="A Very simple article example" > <seeAlso this="describing an article" other="specifying another type of article" id="another article" > This is a very simple article. <see id="anotherArticle" desc="the other linked article" text="example of a SeeAlso element" /> <cat id="myCategory" /> </article>
<rawHTML desc="article 2" url="Pablo Picasso - Wikipedia.html"> <meta desc="the raw html article "/> </rawHTML>
<template desc="my template"> This is a very simple template. <title title="template title" /> </template>
<redirect desc="the redirect article" redirectTo="other article" />This could have been performed with an "altTitle" element in the redirected article with:
<article desc="other article"> <altTitle desc="the redirect article" > </article>In this other example, we redirect to a title in another article:
<redirect desc="the redirect article" redirectTo="other article#title" > <meta desc="the redirect article title" > </redirect>
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.