| toc |
| <mm:size>
The size of the current list. It can also act as a `querycontainerreferrer' in which case
the query of it is used to perform a database count.
|
| contextwriter attributes |
|
| contextreferrer attributes |
|
| writer attributes |
|
| listreferrer attributes |
|
| querycontainerreferrer attributes | |
| containerreferrer attributes |
|
|
example 1 |
<mm:listnodes type="news">
<mm:first><mm:size /></mm:first>
</mm:listnodes>
|
|
example 2 |
<mm:listnodescontainer type="news">
number of news items: <mm:size />
<mm:listnodes >
....
</mm:listnodes>
</mm:listnodescontainer>
|
|
example 3 |
<mm:list path="news">
<mm:first><mm:size /></mm:first>
</mm:list>
|