I have a problem when trying to use axkit:/ based uris in XSL stylesheets... This explanation is going to be kinda vague, because I'm really not sure what on earth is going on.
Basically what I'm trying to do is this: I have a custom provider which
generates XML "component". I believe it's working, because when I access
the uri, the correct raw XML is displayed in the browser.
What I'm trying to do is to include this XML in another page via
<xsl:apply-templates select="document('axkit://path/to/custom/provider/uri')" />
Now this is where it gets hairy. When I do this to a regular XML based file (i.e. stock provider that comes with AxKit), it works. When I try to do this with my custom provider, I get:
input call back died: Died at /usr/local/lib
/perl5/site_perl/5.8.0/i686-linux/Apache/AxKit/Language/LibXSLT.pm line 129.
Which is really weird, because I can't see how on earth the codepath leads there. Here's the error_log output (lines with XXX are mine)
It looks like no stylesheets are defined for the axkit: uri you're specifying. I don't know if that specific situation has been tested or not yet. Try defining some stylesheets for it (and make sure it gets some output).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
