Script: summary-elementThe 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>
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>
<summary location="summary12.txt"></summary> |