One last detail to keep in mind when writing the template handler is binding tags to an action. When Bricklayer loads the handler for your tag it looks for an attribute called action in the tag. If that attribute exists bricklayer will automatically load and run that action plugin and store the results You can access those results with $self->data() for use by the your handler. This nifty little feature will let you bind an action plugins output to any template tag.
Jeremy Wall
2006-08-21