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

Nope, its actually /.stylesheets/breadcrumb.xsl. I can access it from the web with that path as well.

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

    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. :)