I installed the CVS version of axkit; I am sorry, but this morning's fixup on XSP.pm created a new bug:
64 for my $col (AxKit::XSP::ESQL::get_columns(0)) {
65 my $ancestor = 0;
66 $parent = __mk_element_node($document, $parent, "" . do {$col});
67 . do {AxKit::XSP::ESQL::get_column($col, $ancestor)}$parent =
$parent->getPa
rentNode;
68
69 } # </get-columns>Which, obviously, gives:
Compil ation failed: syntax error at (eval 29) line 67, near "; ."
since the 66th line ends with a ";", while the subsequent line starts with a concatenation operator.
I took a look at http://cvs.apache.org/viewcvs.cgi/xml-axkit/lib/Apache/AxKit/Language/XSP.pm.diff?r1=1.42&r2=1.43&diff_format=h to try to figure out what to change and submit a patch myself, but I am confused... Sorry.
If needed, I can send you the XPS code of the page that is showing the bug.
Thanks --M
-- Marco Marongiu Email: [EMAIL PROTECTED] CRS4 Research Center Phone: +39 070 9250 336 NCS Division Fax: +39 070 9250 216 NSM Group WWW: http://bugs.unica.it:4444/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
