can we see a.xml?

simon

On Dec 6, 2004, at 12:50 AM, John Fessenden fess wrote:

continuing with my explorations in how to have a pipleine, then a cache point, then another pipline for dynamic stuff
I'm attempting to use akit URI's.


I'm trying to use the following construct in an xsl file

<xsl:template match="/">
  <combined>
    <xsl:copy-of select="document('axkit:a.xml')"/>
    <xsl:copy-of select="document('b.xml')"/>
  </combined>
</xsl:template>


However this results in an exception that I can't grok. I've tried various experiments but gotten no where.
Any ideas what I'm missing?


here's the error log below with the exception, starting with the log that shows
the a.xml file was fetched.



[Sun Dec 5 21:44:28 2004] [warn] [client 127.0.0.1] [AxKit] get_axkit_uri returning (dom): '<?xml version="1.0"?>
<html><head><title>a.xml</title></head><body>blah</body></html>
'
[Sun Dec 5 21:44:28 2004] [warn] [client 127.0.0.1] [AxKit] Caught an exception
[Sun Dec 5 21:44:28 2004] [error] [client 127.0.0.1] [AxKit] [Error] axkit:a.xml:1: at /Users/fess/check/rampplans.org/ext/lib/perl5/Apache/AxKit/Language/ LibXSLT.pm line 124.


[Sun Dec 5 21:44:28 2004] [error] [client 127.0.0.1] [AxKit] From: /Users/fess/check/rampplans.org/ext/lib/perl5/Apache/AxKit/ Exception.pm : 9
[Sun Dec 5 21:44:28 2004] [error] [client 127.0.0.1] [AxKit] [Backtrace] axkit:a.xml:1: at /Users/fess/check/rampplans.org/ext/lib/perl5/Apache/AxKit/Language/ LibXSLT.pm line 12
4.
Apache::AxKit::Exception::new('Apache::AxKit::Exception::Error','- text','axkit:a.xml:1: at /Users/fess/check/rampplans.org/ext/lib/pe...') called at /Users/fess/check/ram
pplans.org/ext/lib/perl5/AxKit.pm line 1016
AxKit::prep_exception('axkit:a.xml:1: at /Users/fess/check/rampplans.org/ext/lib/pe...') called at /Users/fess/check/rampplans.org/ext/lib/perl5/AxKit.pm line 173
AxKit::__ANON__('axkit:a.xml:1: at /Users/fess/check/rampplans.org/ext/lib/pe...') called at /Users/fess/check/rampplans.org/ext/lib/perl5/Apache/AxKit/Language/ LibXSLT.p
m line 124
Apache::AxKit::Language::LibXSLT::handler('Apache::AxKit::Language:: LibXSLT','AxKit::Apache=SCALAR(0x1a405d4)','Apache::AxKit::Provider:: File=HASH(0x19f198c)','Apache::AxK
it::Provider::File=HASH(0x19f1a40)',1) called at /Users/fess/check/rampplans.org/ext/lib/perl5/AxKit.pm line 759
AxKit::process_request('AxKit::Apache=SCALAR(0x1a405d4)','Apache:: AxKit::Provider::File=HASH(0x19f198c)','ARRAY(0x19f1198)','undef') called at /Users/fess/check/rampplans.
org/ext/lib/perl5/AxKit.pm line 474
AxKit::run_axkit_engine('AxKit::Apache=SCALAR(0x1a405d4)','Apache:: AxKit::Provider::File=HASH(0x19f198c)') called at /Users/fess/check/rampplans.org/ext/lib/perl5/AxKit.pm
line 300
eval {...} called at /Users/fess/check/rampplans.org/ext/lib/perl5/AxKit.pm line 291
AxKit::main_handler('AxKit::Apache=SCALAR(0x1a405d4)','Apache::AxKit:: Provider::File=HASH(0x19f198c)') called at /Users/fess/check/rampplans.org/ext/lib/perl5/AxKit.pm lin
e 204
AxKit::fast_handler('AxKit::Apache=SCALAR(0x1a405d4)') called at /dev/null line 0
eval {...} called at /dev/null line 0



thanks. --fess


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



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



Reply via email to