On Tuesday, September 3, 2002, at 08:02  pm, paul albert morie wrote:

> Hello-
>
>       I'm trying to set up axkit to serve pages based off one xml file,
> using different stylesheets to transform the same file.  So far, I 
> haven't
> been able to set up the httpd.conf properly to use the queryString
> selection module.  Could someone give an example of the lines that 
> would
> be needed to be added to the file?  Thanks much,

Taken straight from axkit.org's .htaccess file:

<AxStyleName '#default'>
   AxAddRootProcessor application/x-xpathscript 
/stylesheets/docbook_screen.xps a
rticle
</AxStyleName>

<AxStyleName print>
   AxAddRootProcessor application/x-xpathscript 
/stylesheets/docbook_print.xps ar
ticle
</AxStyleName>

This accompanied by the QueryString plugin, allows you to ask for 
?style=print

Matt.


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

Reply via email to