fallbackInvalid
root. For example:<fallbackInvalid title="Invalid link"> This link point to a not existing article. </fallbackInvalid>
fallbackNotIncluded
root. For example:<fallbackNotIncluded title="Article not included"> This link point to an article which is not included. </fallbackINotIncluded>
-- source ---- article1.xml ---- index.xmlIf we have for the
article1.xml
article:<article desc="article1"> <ref id="article2" /> </article>By default we will have the following content for this article:
<fallbackInvalid> The text for the fallback invalid. </fallbackInvalid>We will have the following wiki file structure:
-- source ---- article1.xml ---- fallback.xml ---- index.xmlNow if we click on the link we will go to this fallback article:
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.