The <contents> Tag
Content can be searched for using the <contents> tag, which allows you
to search a data source (directory, delimiter-separated-values file,
database etc.) for a pattern.
The attributes supported are listed on the data source page.
Apart from the fact that it loads many contents instead of one, it's otherwise
identical to the content tag; see that tag's documentation
for details on what attributes are supported.
Example
<contents src="file:raw/text" name=".../*.txt" format="text/et" />
<contents src="file:raw/html" name=".../*.html" format="text/html" />
|