On Wed, Feb 26, 2003 at 08:36:18AM -0800, Kip Hampton wrote:
> Tom Schindl wrote:
> >can I read XML-Parameters when only using (lib)xslt and not xsp. My
> >problem is, that i have to implement i18n based on an CGI-Parameter.
> 
> In AxKit, by default, all POSTed and query string params are available 
> from within your XSLT stylesheets via top-level param elements:
> 
> <?xml version="1.0"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
> version="1.0">
> <xsl:param name="someparam">a default value</xsl:param>
>  ...
> </xsl:stylesheet>

Sweet.  Is this documented anywhere?  If not, I'll try and find
somewhere useful to add it.

A related question -- can we get at the Apache configuration settings
through a similar mechanism?  Or at least any variables that have been
set with PerlSetVar?

Maybe with a namespace?  

N
-- 
C.R.F. Consulting ltd                                W: 01895 466 766
                                                     M: 07973 840 839

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to