On Mon, 10 Dec 2001, Brian Tingle wrote:
> something like /ucpress/jaffe.xml?part=5&display=standard&style=generic.css > works in cocoon, but when I Alias /ucpress to the to the production > directory that cocoon uses, I just get the table of contents, not the > chapter of the book Just a thought...have you tried switching your XSLT language handler to LibXSLT from Sablotron? I know parameters work fine with LibXSLT...I don't know about Sablotron, as it's kinda become the cousin in the attic that nobody likes to talk about. > >http://escholarship.cdlib.org/ucpress/jaffe.xml?part=5&display=standard&style=generic.css > > [cocoon] > >http://jarda.cdlib.org:8081/ucpress/jaffe.xml?part=5&display=standard&style=generic.css > > [Axkit] > > httpd.conf > ... > PerlModule AxKit > ... > Alias /ucpress /escholarship/ucpress > <Location /ucpress> > SetHandler perl-script > PerlHandler AxKit > AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript > > # add the following only if you intend to install Sablotron > AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot > # AxCacheDir /cdlstats/apache/ax_cache > > </Location> > ... > > > -- Brian Tingle > Development Programmer, California Digital Library > (510)987-0443 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
