in reply to Issues with AxKit::App::Gallery

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!!!

Replies are listed 'Best First'.
Re^2: Issues with AxKit::App::Gallery
by godzirra (Acolyte) on May 22, 2005 at 00:52 UTC
    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!!!
        when I try and use this line:
        <xsl:include href="/.stylesheets/breadcrumb.xsl"/>
        I get this error:
        [Sun May 22 01:57:27 2005] [error] [client 192.168.1.1] Invalid URI in + request GET /images/ HTTP/1.1 [Sun May 22 01:57:27 2005] [error] [client 192.168.1.1] [AxKit] [Error +] Subrequest failed with status: 400
        But when I go to http://jomamma.com/.stylesheets/breadcrumb.xsl I can see the xsl sheet just fine. I've also tried using the full domain name and path and I get the exact same error. I'll also try posting on the AxKit list. Thanks much for your help. :)