Thanks a lot for your so quick answer ! :-)
I was sure i tried that, but it works now.

Anyway, i noticed something 'strange' (for me) :
the "?html.stylesheet=docbook-bsd.css" part of the url
is not used in the cache. 
I cleaned AxKit cache :
find /var/cache/axkit/ -type f -exec rm {} \;
then asked for 
http://my.host.org/doc_pam.xml?html.stylesheet=docbook-bsd.css
when i look at the html text, i see it use docbook-bsd.css as
stylesheet.
But if now i ask for 
http://my.host.org/doc_pam.xml?html.stylesheet=docbook-BRUNO.css
(i just cleaned my browser's cache)
i still see in the html text that it refers to docbook-bsd.css and
not to docbook-BRUNO.css

In fact, if the first time i asked the page after cleaning axkit's cache,
i do not ask for a css stylesheet, i won't get the html page refering
to the css i asked for. That's why i didn't see it working when i tried the
first time :-/

I don't have to render same documents with diff�rents css, so it doesn't
matter for me, but is it normal ?

regards,

sylvain

Le 13 Jul 2003 23:29:58 +0200
Tom Schindl <[EMAIL PROTECTED]> a �crit:

> Hi Sylvain,
> 
> all CGI-Parameters(POST,GET) are passed to your XSLT-Processor which
> means that the URL looks like this:
> 
> http://your.host.com/pam.xml?html.stylesheet=docbook-bsd.css
> 
> The only thing I'm not sure is whether "." is allowed.
> 
> Tom
> 
> Am Son, 2003-07-13 um 23.04 schrieb Sylvain:
> > Hello !
> > 
> > I'm transforming docbook xml documents to html, wich works great with AxKit, but
> > i'm now trying to get a css associated to the html file.
> > 
> > It's quite easy with xsltproc :
> > xsltproc --stringparam  html.stylesheet "docbook-bsd.css"  
> > stylesheets/html/docbook.xsl doc_pam.xml
> > but, how do i get the same thing working with AxKit ?
> > 
> > Regards,
> > 
> > sylvain
> > 
> > ---------------------------------------------------------------------
> > 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]
> 


-- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to