Synopsis
XML namespace: mind.
<mind:output [location-attr] [xsl-output-attrbutes]>
output specification
</mind:output>
Purpose
Define the visible result of an read or write operation.
For write operations the optional location attribute
may specify another location where the result can be read from.
In that case the content of the output element should produce
the same result as the read operation would
and the output element should be empty.
The xslt output attributes are used to format the output specification:
TODO ...
Example
<dsssl:output
xmlns="mind"
location="
(read-locator
(msg 'location-format)
`(body: ,(xsl-variable "myform") . ,(msg 'location)))
" />