Fml

This is a reference for the FML (FAQ Markup Language) descriptor used in Maven Doxia.

An XSD is available at:

<faqs
 title=.. toplink=.. >
  <part
 id=.. >
    <title/>
    <faq
 id=.. >
      <question/>
      <answer/>
    </faq>
  </part>
</faqs>

faqs

The <faqs> element is the root of the FML descriptor. The following table lists all of the possible child elements.

Element Description
title The title name of this FAQ. The default value is FAQ.
toplink Boolean to generate optionally [top] links. The default value is true.
part List List of FAQ part.

part

FAQ part.

Element Description
id The identifier of the part.
title The title of the FAQ part.
faq List A list of FAQ.

faq

A Faq.

Element Description
id The FAQ identifier.
question The question.
answer The answer.