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

In reply to Issues with AxKit::App::Gallery by godzirra

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.