Forgot to say that I've got 

AxDebugLevel 10

set in my httpd.conf, and the output in my error log is:

======================
Mon Nov 17 13:45:56 2003] [warn] [client 127.0.0.1] [AxKit] Running
plugin: Apache::AxKit::Plugin::BasicSession
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] Running
plugin: Apache::AxKit::Plugin::AddXSLParams::BasicSession
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] Content
Provider Override: Apache::AxKit::Provider::File
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] decoding
from UTF-8
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] [req] File
Provider given $r: /var/www/html/ax_test2/tl2.xsp
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] checking if
we process this resource
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] media:
screen, preferred style: #default
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] Cache: key
= 9f8da86e07c161ac4c4ff22d7ac36129
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] getting
styles and external entities from the XML
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] styles not
cached - calling $provider->get_styles()
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] using XS
get_styles (libxml2)
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] encoding to
UTF-8
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] calling
xs_get_styles_fh()
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] calling
xs_get_styles_str()
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] parse_pi:
href = NULL
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] parse_pi:
type = application/x-xsp
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] parse_pi:
href = tl2_as_html.xsl
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] parse_pi:
type = text/xsl
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit]
xs_get_styles returned: , , {http://www.apache.org/1999/XSP/Core}page
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] Calling
GetMatchingProcessors with (screen, , , ,
{http://www.apache.org/1999/XSP/Core}page)
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] get_styles:
loading style modules
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] get_styles:
looking for mapping for style type: 'application/x-xsp'
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] get_styles:
looking for mapping for style type: 'text/xsl'
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] cache
doesn't exist
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] some
condition failed. recreating output
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] styles:
Apache::AxKit::Language::XSP(NULL)
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] styles:
Apache::AxKit::Language::LibXSLT(tl2_as_html.xsl)
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] Style
Provider Override: Apache::AxKit::Provider::File
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] [uri] File
Provider looking up uri NULL
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] [uri] File
Provider set filename to /var/www/html/ax_test2/NULL
[Mon Nov 17 13:45:57 2003] [warn] [client 127.0.0.1] [AxKit] about to
execute: Apache::AxKit::Language::XSP::handler
[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] Cache: key
= 6b5a0835d458449245227d0f9bb1a6fe
[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] XSP:
parsing fh
[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] XSP: Parser
returned doc
[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] [Cache]
writing cache file /tmp/axkit_cache/6b/5a/0835d458449245227d0f9bb1a6fe
[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] Recompiling
XSP script
[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] 
package
Apache::AxKit::Language::XSP::ROOT::var::www::html::ax_test2::tl2_2exsp;
use Apache;
use Apache::Constants qw(:common);
use XML::LibXML;
Apache::AxKit::Language::XSP::Page->import( qw(__mk_text_node
__mk_comment_node __mk_ns_element_node __mk_element_node) );
#initialize xsp namespace
#initialize xsp namespace


@Apache::AxKit::Language::XSP::ROOT::var::www::html::ax_test2::tl2_2exsp
::ISA = ('Apache::AxKit::Language::XSP::Page');
sub xml_generator {
my $class = shift;
my ($r, $cgi, $document, $parent) = @_;

$parent = __mk_element_node($document, $parent, q|page|);
$parent = __mk_element_node($document, $parent, q|title|);
__mk_text_node($document, $parent, q|My TagLib Test|);
$parent = $parent->getParentNode;
$parent = __mk_element_node($document, $parent, q|data|);
__mk_text_node($document, $parent, "" . do {{ my %_args = ();
         $_args{applic_id} = ""
 . do {$cgi->param(q|applic_id|)};

    ; die 'Required arg "applic_id" for tag load_applic is missing' if
not defined $_args{applic_id};
 
Apache::AxKit::Language::XSP::TaglibHelper::handle_result('load_applic($
applic_id):as_xml=1', undef(), 0, $document, $parent,
My::LrsApplicTagLib::load_applic($_args{applic_id},));}
}); # non xsp tag
$parent = $parent->getParentNode;
$parent = $parent->getParentNode;

return OK;
}

[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] XSP
Compilation finished
[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] Turning off
cache!
[Mon Nov 17 13:45:58 2003] [warn] [client 127.0.0.1] [AxKit] Cache: key
= fd8e3d4aeedcb93d4ad3526ff6a6b982
======================

James

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to