godzirra has asked for the wisdom of the Perl Monks concerning the following question:

Ok, I installed AxKit, and then installed AxKit::App::Gallery. I copied the example from the included httpd.conf and modified it to use the correct directories and rebooted apache.

I then copied the stylesheets to a place the webserver could read them, and verified that I could access them from the web. After all that I tried going to my directory on my webserver.

I get this error, no matter what I do:

compilation error: file /.stylesheets/proofsheet2html.xsl element incl +ude xsl:include : unable to load /.stylesheets/breadcrumb.xsl [Sat May 21 00:38:28 2005] [error] [client 192.168.1.1] [AxKit] [Error +] Can't call method "transform" on an undefined value at /usr/lib/per +l5/vendor_perl/5.8.5/i686-linux/Apache/AxKit/Language/LibXSLT.pm line + 122.\n

The line thats generating that is this:

<xsl:include href="./breadcrumb.xsl"/>

I also tried using "/.stylesheet/breadcrumb.xsl" which is the full path on the webserver, but I get the exact same error. Any help would be appreciated!

Godzirra! Destroying Neo Tokyo since 1954

Replies are listed 'Best First'.
Re: Issues with AxKit::App::Gallery
by ghenry (Vicar) on May 21, 2005 at 22:38 UTC

    I think /.stylesheets/breadcrumb.xsl is a typo.

    It should be ./stylesheets/breadcrumb.xsl

    A .directory is a hidden one on Linux/Unix.

    HTH.

    Walking the road to enlightenment... I found a penguin and a camel on the way.....
    Fancy a yourname@perl.me.uk? Just ask!!!
      Nope, its actually /.stylesheets/breadcrumb.xsl. I can access it from the web with that path as well.

        Can you add /.stylesheets/breadcrumb.xsl to <xsl:include href=

        By the way, have you posted a question to the AxKit mailing list? They should be able to help a lot quicker.

        Walking the road to enlightenment... I found a penguin and a camel on the way.....
        Fancy a yourname@perl.me.uk? Just ask!!!