On Sunday, Feb 2, 2003, at 10:51 Europe/London, J�rg Walter wrote:

On Saturday, 01. February 2003 17:05, Alex Sergeyev wrote:
Hello,

Is any way to define global variables for all tags of custom taglib?

(I use Apache::AxKit::Language::XSP as parent class for taglib...)
parse_char/_start/_end functions... Is any function could be replaced to
write perl expressions to initialization part of XPS page handler?...

Could be very useful I think...
You can add global stuff in document_start (or was it start_document?). But
there is no way (yet) to add something to the very start of the XSP
_execution_. This is to happen soon, however, since the Session and Global
taglibs need it as well, they currently use a very hackish way to accomplish
this. Matt, did you have an idea yet?
Added start_xml_generator() calls so you can do this now.

Matt.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to