The status generator creates xml from the current status of cocoon.
The information is surrounded by the root element statusinfo
and grouped with the elements group
and value
.
The statusinfo
element has the attributes host
and date
.
A group collects several informations about one topic. The topic
is set by the attribute name
of the group. A group
can have subgroups (element group
) or values.
Each value has a name specified by the attribute name
and can
consist of one or several line
.
All elements have the namespace http://apache.org/cocoon/status/2.0
.
- Name : status
- Class: org.apache.cocoon.generation.StatusGenerator
- Cacheable: no.
 |  |  |
 |
<map:generate type="status"/>
|  |
 |  |  |