I need help. I'm not sure what direction to go to try and solve this problem.

I lay it out here in the hopes that someone more
familiar with AxKit will recognize the symptoms.

thanks:


So, I have this project that was working a while ago.

but I'm trying to get all the bits I used compiled again,
and I'm now having trouble with the project.

it's running AxKit 1.6.1
and perl got upgraded on the machine from 5.6.1 to 5.8.1
I had trouble with libxslt compiling, [ i wiped everyhting was building
everything from scratch. ]  So I upgraded it which required
upgrading libxml,

so these are the things that changed:

perl    5.6.1  -> 5.8.1
libxml  2.5.3  -> 2.5.10
libxslt 1.0.12 -> 1.0.33

and now when I request any page on my website,
I get this message:

<error>
<file>
/Users/fess/check/www/htdocs/ramps/Mark_Workman/index.rptxt
</file>
<msg>
input callback died: File '/Users/fess/check/www/htdocs/sw' does not exist or is not readable at /Users/fess/check/ext/lib/perl5/XML/LibXSLT.pm line 108.
</msg>
<stack_trace>
<bt level="0">
<file>
/Users/fess/check/ext/lib/perl5/Apache/AxKit/Exception.pm
</file>
<line>
9
</line>
</bt>
</stack_trace>
</error>


all the pages are handled by a provider I wrote.
they all reference a stylesheet /rpdotext.xsl.

the problem seems to be that when it's looking up /rpdotext.xsl
it's just getting the wrong file, and instead of interpreting
it relative to document root it's chaning it to /Users/fess/check/www/htdocs/sw


attached is the debug output from apache.

If anyone has any clues for me as to where to look, it would be very helpful.
I'm not sure what to try next. I really don't want to move backwards on the
perl versions. I could go backwards on libxml and libxslt, but that would
take a bit of work figuring out why the old libxslt is broken for me now.
so I only want to do that if this is a known incompatibility.


thanks in advance for any help.


[Wed Oct  6 18:08:45 2004] [notice] Apache/1.3.27 (Darwin) AxKit/1.62 mod_perl/1.27 
configured -- resuming normal operations
[Wed Oct  6 18:08:45 2004] [info] Server built: Oct  6 2004 16:49:41
[Wed Oct  6 18:08:45 2004] [notice] Accept mutex: flock (Default: flock)
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] handler called for 
/ramps/Mark_Workman/index.rptxt
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] Content Provider 
Override: Apache::AxKit::Provider::RPDOText
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] checking if we process 
this resource
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] media: screen, preferred 
style: #default
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] Cache: key = 
45277f9d9343200e2447d816b0875f0f
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] getting styles and 
external entities from the XML
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] styles not cached - 
calling $provider->get_styles()
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] using XS get_styles 
(libxml2)
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] calling 
xs_get_styles_str()
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] xs_get_styles returned: , 
, rpdotext
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] Calling 
GetMatchingProcessors with (screen, , , , rpdotext)
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] get_styles: loading style 
modules
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] get_styles: looking for 
mapping for style type: 'application/x-saxmachines'
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] get_styles: looking for 
mapping for style type: 'text/xsl'
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] cache doesn't exist
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] some condition failed. 
recreating output
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] styles: 
Apache::AxKit::Language::SAXMachines(.)
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] styles: 
Apache::AxKit::Language::LibXSLT(/rpdotext.xsl)
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] Style Provider Override: 
Apache::AxKit::Provider::File
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider 
looking up uri .
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] encoding to UTF-8
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] decoding from UTF-8
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider set 
filename to /Users/fess/check/www/htdocs/ramps/Mark_Workman
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] about to execute: 
Apache::AxKit::Language::SAXMachines::handler
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] [SAXMachines] getting the 
XML
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] [SAXMachines] Filters: 
XML::SAX::Pipeline=HASH(0x21b220c)
[Wed Oct  6 18:08:53 2004] [warn] [client 127.0.0.1] [AxKit] [SAXMachines] parsing 
document
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [SAXMachines] parse 
complete, returning DOM tree
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] 
Apache::AxKit::Language::SAXMachines::handler finished with code 0
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] execution of: 
Apache::AxKit::Language::SAXMachines::handler finished
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] Style Provider Override: 
Apache::AxKit::Provider::File
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider 
looking up uri /rpdotext.xsl
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider set 
filename to /Users/fess/check/www/htdocs/rpdotext.xsl
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] about to execute: 
Apache::AxKit::Language::LibXSLT::handler
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] getting the XML
parser match_cb:  at /Users/fess/check/ext/lib/perl5/Apache/AxKit/Language/LibXSLT.pm 
line 55.
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] parsing 
stylesheet
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] parsing 
stylesheet /rpdotext.xsl
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] LibXSLT match_uri: 
/sw/etc/xml/catalog
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] LibXSLT open_content_uri: 
/sw/etc/xml/catalog
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] Style Provider Override: 
Apache::AxKit::Provider::File
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] decoding from UTF-8
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [req] File Provider given 
$r: /Users/fess/check/www/htdocs/sw
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] encoding to UTF-8
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] Caught an exception
[Wed Oct  6 18:08:54 2004] [error] [client 127.0.0.1] [AxKit] [Error] input callback 
died: File '/Users/fess/check/www/htdocs/sw' does not exist or is not readable at 
/Users/fess/check/ext/lib/perl5/XML/LibXSLT.pm line 108.

[Wed Oct  6 18:08:54 2004] [error] [client 127.0.0.1] [AxKit] From: 
/Users/fess/check/ext/lib/perl5/Apache/AxKit/Exception.pm : 9
[Wed Oct  6 18:08:54 2004] [error] [client 127.0.0.1] [AxKit] [Backtrace] input 
callback died: File '/Users/fess/check/www/htdocs/sw' does not exist or is not 
readable at /Users/fess/check/ext/lib/perl5/XML/LibXSLT.pm line 108.
        Apache::AxKit::Exception::new('Apache::AxKit::Exception::Error','-text','input 
callback died: File \'/Users/fess/check/w...') called at 
/Users/fess/check/ext/lib/perl5/AxKit.pm line 1015
        AxKit::prep_exception('input callback died: File \'/Users/fess/check/w...') 
called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 223
        AxKit::__ANON__('input callback died: File \'/Users/fess/check/w...') called 
at /Users/fess/check/ext/lib/perl5/XML/LibXSLT.pm line 107
        
XML::LibXSLT::parse_stylesheet('XML::LibXSLT','XML::LibXML::Document=SCALAR(0x9a1c34)')
 called at /Users/fess/check/ext/lib/perl5/Apache/AxKit/Language/LibXSLT.pm line 111
        
Apache::AxKit::Language::LibXSLT::handler('Apache::AxKit::Language::LibXSLT','AxKit::Apache=SCALAR(0x8aae4c)','Apache::AxKit::Provider::RPDOText=HASH(0x8aaf84)','Apache::AxKit::Provider::File=HASH(0x9db354)',1)
 called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 759
        
AxKit::process_request('AxKit::Apache=SCALAR(0x8aae4c)','Apache::AxKit::Provider::RPDOText=HASH(0x8aaf84)','ARRAY(0x8a7724)','undef')
 called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 474
        
AxKit::run_axkit_engine('AxKit::Apache=SCALAR(0x8aae4c)','Apache::AxKit::Provider::RPDOText=HASH(0x8aaf84)')
 called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 300
        eval {...} called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 291
        
AxKit::main_handler('AxKit::Apache=SCALAR(0x8aae4c)','Apache::AxKit::Provider::RPDOText=HASH(0x8aaf84)')
 called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 258
        AxKit::handler('AxKit::Apache=SCALAR(0x8aae4c)') called at /dev/null line 0
        eval {...} called at /dev/null line 0

[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] Cache: key = 
ee697026af645175c9c8656af5184a9b
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] styles: 
Apache::AxKit::Language::LibXSLT(/error.xsl)
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] Style Provider Override: 
Apache::AxKit::Provider::File
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider 
looking up uri /error.xsl
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider set 
filename to /Users/fess/check/www/htdocs/error.xsl
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] about to execute: 
Apache::AxKit::Language::LibXSLT::handler
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] getting the XML
parser match_cb:  at /Users/fess/check/ext/lib/perl5/Apache/AxKit/Language/LibXSLT.pm 
line 55.
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] parsing 
stylesheet
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] parsing 
stylesheet /error.xsl
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] performing 
transformation
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] transformation 
finished, creating XML::LibXML::Document=SCALAR(0x9a1b2c)
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] outputting to $r
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] storing results 
in pnotes(dom_tree) (AxKit::Apache=SCALAR(0x8aae4c))
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] 
Apache::AxKit::Language::LibXSLT::handler finished with code 0
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] execution of: 
Apache::AxKit::Language::LibXSLT::handler finished
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] delivering to browser
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] Delivering xml_string
[Wed Oct  6 18:08:54 2004] [warn] [client 127.0.0.1] [AxKit] writing xml string to 
browser
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] handler called for 
/ramps/Mark_Workman/index.rptxt
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Content Provider 
Override: Apache::AxKit::Provider::RPDOText
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] checking if we process 
this resource
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] media: screen, preferred 
style: #default
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Cache: key = 
45277f9d9343200e2447d816b0875f0f
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] getting styles and 
external entities from the XML
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] styles cached
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] cache doesn't exist
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] some condition failed. 
recreating output
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] styles: 
Apache::AxKit::Language::SAXMachines(.)
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] styles: 
Apache::AxKit::Language::LibXSLT(/rpdotext.xsl)
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Style Provider Override: 
Apache::AxKit::Provider::File
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider 
looking up uri .
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] encoding to UTF-8
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] decoding from UTF-8
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider set 
filename to /Users/fess/check/www/htdocs/ramps/Mark_Workman
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] about to execute: 
Apache::AxKit::Language::SAXMachines::handler
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [SAXMachines] getting the 
XML
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [SAXMachines] Filters: 
XML::SAX::Pipeline=HASH(0xa1893c)
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [SAXMachines] parsing 
document
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [SAXMachines] parse 
complete, returning DOM tree
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] 
Apache::AxKit::Language::SAXMachines::handler finished with code 0
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] execution of: 
Apache::AxKit::Language::SAXMachines::handler finished
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Style Provider Override: 
Apache::AxKit::Provider::File
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider 
looking up uri /rpdotext.xsl
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider set 
filename to /Users/fess/check/www/htdocs/rpdotext.xsl
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] about to execute: 
Apache::AxKit::Language::LibXSLT::handler
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] getting the XML
parser match_cb:  at /Users/fess/check/ext/lib/perl5/Apache/AxKit/Language/LibXSLT.pm 
line 55.
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] parsing 
stylesheet
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] parsing 
stylesheet /rpdotext.xsl
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] LibXSLT match_uri: 
/sw/etc/xml/catalog
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] LibXSLT open_content_uri: 
/sw/etc/xml/catalog
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Style Provider Override: 
Apache::AxKit::Provider::File
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] decoding from UTF-8
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [req] File Provider given 
$r: /Users/fess/check/www/htdocs/sw
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] encoding to UTF-8
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Caught an exception
[Wed Oct  6 18:08:56 2004] [error] [client 127.0.0.1] [AxKit] [Error] input callback 
died: File '/Users/fess/check/www/htdocs/sw' does not exist or is not readable at 
/Users/fess/check/ext/lib/perl5/XML/LibXSLT.pm line 108.

[Wed Oct  6 18:08:56 2004] [error] [client 127.0.0.1] [AxKit] From: 
/Users/fess/check/ext/lib/perl5/Apache/AxKit/Exception.pm : 9
[Wed Oct  6 18:08:56 2004] [error] [client 127.0.0.1] [AxKit] [Backtrace] input 
callback died: File '/Users/fess/check/www/htdocs/sw' does not exist or is not 
readable at /Users/fess/check/ext/lib/perl5/XML/LibXSLT.pm line 108.
        Apache::AxKit::Exception::new('Apache::AxKit::Exception::Error','-text','input 
callback died: File \'/Users/fess/check/w...') called at 
/Users/fess/check/ext/lib/perl5/AxKit.pm line 1015
        AxKit::prep_exception('input callback died: File \'/Users/fess/check/w...') 
called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 223
        AxKit::__ANON__('input callback died: File \'/Users/fess/check/w...') called 
at /Users/fess/check/ext/lib/perl5/XML/LibXSLT.pm line 107
        
XML::LibXSLT::parse_stylesheet('XML::LibXSLT','XML::LibXML::Document=SCALAR(0xa1eb78)')
 called at /Users/fess/check/ext/lib/perl5/Apache/AxKit/Language/LibXSLT.pm line 111
        
Apache::AxKit::Language::LibXSLT::handler('Apache::AxKit::Language::LibXSLT','AxKit::Apache=SCALAR(0x8aaf18)','Apache::AxKit::Provider::RPDOText=HASH(0x9d59ec)','Apache::AxKit::Provider::File=HASH(0x9a1bb0)',1)
 called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 759
        
AxKit::process_request('AxKit::Apache=SCALAR(0x8aaf18)','Apache::AxKit::Provider::RPDOText=HASH(0x9d59ec)','ARRAY(0x9dc744)','undef')
 called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 474
        
AxKit::run_axkit_engine('AxKit::Apache=SCALAR(0x8aaf18)','Apache::AxKit::Provider::RPDOText=HASH(0x9d59ec)')
 called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 300
        eval {...} called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 291
        
AxKit::main_handler('AxKit::Apache=SCALAR(0x8aaf18)','Apache::AxKit::Provider::RPDOText=HASH(0x9d59ec)')
 called at /Users/fess/check/ext/lib/perl5/AxKit.pm line 258
        AxKit::handler('AxKit::Apache=SCALAR(0x8aaf18)') called at /dev/null line 0
        eval {...} called at /dev/null line 0

[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Cache: key = 
ee697026af645175c9c8656af5184a9b
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] styles: 
Apache::AxKit::Language::LibXSLT(/error.xsl)
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Style Provider Override: 
Apache::AxKit::Provider::File
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider 
looking up uri /error.xsl
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [uri] File Provider set 
filename to /Users/fess/check/www/htdocs/error.xsl
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] about to execute: 
Apache::AxKit::Language::LibXSLT::handler
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] getting the XML
parser match_cb:  at /Users/fess/check/ext/lib/perl5/Apache/AxKit/Language/LibXSLT.pm 
line 55.
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] parsing 
stylesheet
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] checking if 
stylesheet is cached
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] stylesheet 
cached
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] performing 
transformation
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] transformation 
finished, creating XML::LibXML::Document=SCALAR(0xa1f024)
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] outputting to $r
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] [LibXSLT] storing results 
in pnotes(dom_tree) (AxKit::Apache=SCALAR(0x8aaf18))
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] 
Apache::AxKit::Language::LibXSLT::handler finished with code 0
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] execution of: 
Apache::AxKit::Language::LibXSLT::handler finished
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] delivering to browser
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] Delivering xml_string
[Wed Oct  6 18:08:56 2004] [warn] [client 127.0.0.1] [AxKit] writing xml string to 
browser

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

Reply via email to