Script: moduleList-elementThe purpose of modulelists is to introduce a shorthand form for homogen modules. The module lists are transformed to modules before the modulestructure is set up. The script may contain any number of modulelists. A module list must be contained in a module. Note that modulelists introduce some limitations on remotecollections, see CollectRemote . It also takes over control of the sequence of modules. You should consider modulelists only in special cases where you want a large number of homogen modules for special purposes, like producing modules for a set of products, a calendar, a team of people.
<modulelist catalog=""
template=""
sourcesuffix=""
targetsuffixr=""
books=""/>
Examples:
<modulelist template="P"
sourcesuffix="xml"
targetsuffix="html"
catalog="${lists}"
books="personer"/>
|