stringlist

toc
<mm:stringlist>

A simple list iterating some list, coming from the `context. So the `referid' is required for this list. The original list can for example have been produced by the import tag with vartype="list". Since this tag is a 'Writer' tag, you can inside the list access the current string by an mm:write tag without attributes, or by the reference '$_' (or in EL).

You can also use `aliaslist' for this (as can be done in MMBase 1.6) but that is a bit silly, if you are not actually listing node aliases.

(since: MMBase-1.7)
see alsovartype attribute of import | aliaslist
attributes
  • referid
    This tag can only reuse Lists, so you have to use this attribute.
  • max
    The maximum number of times to iterate.
  • offset
    How many items must be skipped before iterating
nodereferrer attributes
writer attributes
listprovider attributes
contextreader attributes
contextwriter attributes
contextreferrer attributes