Is there a way to get the list of the names of variables 
that a template uses?  Alternatively, is there a way to embed 
information (i.e., variable names and brief descriptions) into 
the template n such a way that it can easily be extracted?
I had originally thought that META would do this, but 
it seems to be intended for something different.

What I'm trying to do is build a web interface that functions
as sort of a poor man's HTML editor for people that don't know 
HTML.  The user would be able to select one from a set of
several different templates.  Then he would be presented with
a form that is customized to request values for only the
variables that the selected template uses.  When he presses
submit, his values will be used in a $template->process
call, and the nicely formatted HTML output from $template->process 
will be made available for download.

--
Matthew Pressly


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to