Script: summary-element
The purpose of a summary element is to have a nontrivial description of a module that is available without investigating the module itself. A module-element may contain only one summary-element.
<summary location=""> .. </summary>
location(optional) | An uri to a file containing the summary. If location is set, the content in the element is ignored. The location is corrected for pathfragments. |
The content of a summary element may be a simple text or any legal XML-fragment wrapped as CDATA. All addresses in a summary element must either be absolute or relative to the module that owns the summary.
Examples:
<summary> <![CDATA[ <span style="font-weight:bold"> A wonderfull page with all essentials </span> ]]> </summary>
or
<summary location="summary12.txt"></summary>