The only instance of 'start_expr' that I can find is on line 266 XSP.pm,v 1.24. (other than in the POD). Where exactly should I look, or, what am I missing?
Cheers Adam -----Original Message----- From: J�rg Walter [mailto:[EMAIL PROTECTED]] Sent: 23 January 2003 01:24 To: [EMAIL PROTECTED] Subject: Re: AxKit::XSP::SAXHandler start_expr On Wednesday, 22. January 2003 14:50, Adam Griffiths wrote: > Hi everyone, > I guess this is realy a Perl question but if there's anyone on this > list who could explain it I'd realy appriciate the help! > > I was looking arround in XSP.pm, to better my understanding of AxKit > and the API for writing taglibs. I've understood most of what is there > but I am unsure how taglibs, in their own package, have access to the > functions start expr, append to script and end expr in the > AxKit::XSP::SAXHandler pakage, without calling them explicitly. > > i.e how come we can do this in a taglib: > $e->start expr(); > > And don't need to do this: > $e->AxKit::XSP::SAXHandler::start expr() Look again. There is more than one start_expr in XSP.pm. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
