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? -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
