Re: [xsl] XSL doesn't received/recognized parameters send from servlet

Subject: Re: [xsl] XSL doesn't received/recognized parameters send from servlet
From: martin@xxxxxxxx
Date: Fri, 8 Feb 2002 12:09:12 +0000 (GMT)
have you tried declaring the parameters at the stylesheet top level, eg

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
 <xsl:param name="ttl"/>
 <xsl:param name="lang"/>

 <xsl:template name="print-glossary">
  <HTML>
  <BODY>
...


regards,

/m

On Fri, 8 Feb 2002, Rosely Kumoi
wrote:
>
> XSL code:
>
> <?xml version='1.0'?>
>
> <xsl:transform
>      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>      version="1.0">
>
>  <xsl:template name="print-glossary">
>   <HTML>
>   <BODY>
...



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread