On Thursday, 23. January 2003 12:56, Adam Griffiths wrote:
> 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?

Forgive me, I mixed up two things. Regarding your original query:

> 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()

As I see it, $e is an AxKit::XSP::SAXHandler object. (The one accessed as 
->{Handler} in process_*)

-- 
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]

Reply via email to