I am facing quite strange problems trying to port to AxKit 1.6.1 some XSP pages that used to work on 1.5.
Just a small note: it is often useful to upgrade to the latest AxKit::XSP::* when one upgrades between major versions. This is especially true of AxKit::XSP::Util which has to access the internals, and is used indirectly through other XSP modules such as ESQL. It is thankfully rare, but on some occasions (I think it's happened twice since XSP was released) the internals change so much that AxKit::XSP::Util and modules that rely on it will break if not upgraded too.
Some problems seem to come from the perl code that AxKit builds from the page: it seems to contain syntax errors, like in this case:
This is most strange. Please try upgrading your XSP modules to see if it changes anything.
Another problem I have with a small XSP page that pulls some data in via Net::Telnet and formats it to XML. For reasons I can't see, it seem not to understand the <xsp:comment> tag, which gives this error:
Can't locate object method "createCommentNode" via package XML::LibXML::Document" at /opt/perl-5.8.0/lib/site_perl/5.8.0/i686-linux/Apache/AxKit/Language/XSP.pm line 1133, <GEN0> line 3.
Something seems to be broken with your Apache::AxKit::Language::XSP, though that may be because of a bug in the release itself. There is no createCommentNode(), it should be just createComment(). Since I expect people don't use comments much, that sort of bug could have slipped unnoticed for quite a while. It should be easy enough to sort it out in CVS.
-- Robin Berjon <[EMAIL PROTECTED]> Research Engineer, Expway http://expway.fr/ 7FC0 6F5F D864 EFB8 08CE 8E74 58E6 D5DB 4889 2488
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
