David Nolan wrote:

Check out Apache::AxKit::Plugin::Passthru. Its not exactly what you want, but it does provide that functionality.

The Plugin that David points to here is probably the preferred way to do this, but note that adding a named style block that resets the processing chain (and adds no new processors) will work, too.


Consider:

AxAddPlugin Apache::AxKit::StyleChooser::QueryString

<AxStyleName thisstyle>
  AxAddProcessor text/xsl /styles/this_style.xsl
</AxStyleName>

<AxStyleName nostyle>
  AxResetProcessors
</AxStyleName>

# always set a default style
AxStyle thisstyle

Here, a request with style=nostyle in the query string will deliver the contentwith no transformations applied.

Cheers.
-kip

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



Reply via email to