Hello all,
Do you know where this following snippet of code comes from?
elsif ($tag eq 'get-boolean') {
$e->append_to_script('AxKit::XSP::ESQL::get_column($col,
$ancestor) ? XML::XPath::Boolean->True : XML::XPath::Boolean->False');
$e->end_expr();
return '';
}
Any time I try to use <esql:get-boolean column="foo"/>, it gives me the
following error in my error_log, and returns an HTTP 500 error.
[AxKit] [Error] Can't locate object method "False" via package
"XML::XPath::Boolean" at (eval 49) line 783.
Looking in XPath.pm, there is no sub called "False". Any ideas? I'm
tired of having to say if (<esql:get-string column="active"/> =~ /t/).
-man
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
