NAME

PDF::FromHTML::Template::Container::Loop

PURPOSE

To provide a looping construct

NODE NAME

LOOP

INHERITANCE

PDF::FromHTML::Template::Container

ATTRIBUTES

  • NAME - the name of a parameter that points to an array of hashes.

CHILDREN

None

AFFECTS

Nothing

DEPENDENCIES

FOOTER - indicates where to pagebreak

USAGE

<loop name="LOOPY">
  ... Children here ...
</loop>

The children tags will have access to the values specified in LOOPY, as well as the parameters specifed outside.

AUTHOR

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO

HTML::Template, FOOTER