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]

Reply via email to