The <templates> Tag
The <templates> tag is identical in most respects to the
<contents> tag.
Typically, one will want to differentiate textual content, such as news
articles, from template content, such as page templates. This tag allows
those semantic differences to be expressed at a high level; use
<contents> directives for textual content, and
<templates> directives for template content.
It is implemented as a contents directive with the map attribute set to
false .
Example
<templates src="file:html_templates" name=".../*.html" format="text/html" />
|