npsobj newslist all

Syntax

npsobj_newslist_all ::=
  <npsobj newslist =  "all"  [ ( length = "length" ) ] >
    content
  </npsobj>

Task

This instruction is used for generating news lists. all indicates that all news are to be taken into account independently of the channels to which they are assigned. The instruction generates a list containing at most length file contexts and replaces the element with a sequence of texts resulting from evaluating content for each element in the context list.

Example

<npsobj newslist="all" length="20">
  This is evaluated for each news item
</npsobj>