
Graph::Template::Element::Var

To provide parameter substitution.

VAR

Graph::Template::Element

This is the name of the parameter to substitute here.

None

None

None

This is used exactly like HTML::Template's TMPL_VAR. There is one exception - since you can have variable names inside the parameters, you can do something like:
<loop name="LOOPY">
<datapoint><var name="$SomeParam"/></datapoint>
</loop>
Where the actual name to be substituted is, itself, a parameter.

Rob Kinyon (rkinyon@columbus.rr.com)

CELL