Hi all, I'm attempting to use XSP pages to serve HTML, using Apache::Axkit::XSP::Language::SimpleTaglib by creating an index.xsp page and a xslt stylesheet transform. However, I get a 500 server error, and in the apache logs, I find "use strict" errors for XSP.pm:
processing application/x-xsp exception thrown Found Bareword... XML_COMMENT_NODE.. use strict lin 968 in XSP.pm etc... So, just as an experiment, I commented out the line use strict; in XSP.pm, and when I do that, I get a different error when processing my xsp page like: unknown node... Is this a problem with my xml documents, or a configuration issue with Axkit/Apache? Thanks... Thanks... deanc
