This is an all out plee for help. I'm in the process of trying to write
some tests for ObjectTaglib but I have no clue what that module is
really supposed to be doing.

The current pods' examples mostly reference AxKit::XSP::CourseBooking,
which seems to be a private module Simon wrote for a university project.
As such, there's a whole other side of this module I'm missing in terms
of what the @specification really expects to see within the Taglib being
created.

Could one of you kind XSP internals gurus take a quick gander at the pod
and manifest some suedo Taglib code explanation for the last example:

our @specification = (
        { tag => "person", type => "special",
          start => \&start_person, end => \&end_person},
        { tag => "name", key => "cn", target => 'person'}
);


I've also sent an email to Simon, but I don't epect him to be available for an answer.

Any pointers would be appreciated.

Thanks,
-=Chris



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



Reply via email to