Skip Menu |

This queue is for tickets about the AxKit CPAN distribution.

Report information
The Basics
Id: 1579
Status: resolved
Priority: 0/
Queue: AxKit

People
Owner: Nobody in particular
Requestors: rho [...] bigpond.net.au
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.6
Fixed in: (no value)



Subject: SimpleTaglib Documention (at least) unclear
This regards Apache::AxKit::Language::XSP::SimpleTaglib. The doc says The called subs get passed 3 parameters: The parser object, the tag name, and an attribute hash. This hash only contains... whereas when I do sub blog : attribOrChild... { return << 'EOC'; warn "params ".Dumper (\@_); ... EOC I see in the logs params $VAR1 = [ bless( do{\(my $o = 146526668)}, 'AxKit::Apache' ), bless( do{\(my $o = 135610372)}, 'Apache::Request' ), bless( do{\(my $o = 148471176)}, 'XML::LibXML::Document' ) ]; I only see the current attributes when I do sub blog : attrib(....) { warn "params ".Dumper (\@_); return << 'EOC'; ... EOC which somehow contradicts the documented model that the __returned__ code is supposed to be executed at request time. Slightly confused. \rho
Could you perhaps send a docs patch against CVS? I'm not entirely sure what the docs should say to be more clear. Thanks.
From: rho [...] bigpond.net.au
[MSERGEANT - Thu Jan 2 11:15:46 2003]: Show quoted text
> Could you perhaps send a docs patch against CVS? I'm not entirely sure > what the docs should say to be more clear. Thanks.
Sorry, that it took so long. The problem appears to be addressed already: http://maclux-rz.uibk.ac.at/~maillists/axkit-devel/msg01097.shtml \rho
Marking resolved.