Tom Schindl wrote:
Hi,

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>


HTH,
-kip


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



Reply via email to