This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: j2sdk1.4.0 xslt and setParameter


Yes its a bug which has been masked all this time. xsl:variable should have
been xsl:param. Everythinh now works with 1.4.0.

Thanks


-----Original Message-----
From: Joerg Heinicke [mailto:joerg.heinicke@gmx.de]
Sent: 04 September 2002 18:15
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] j2sdk1.4.0 xslt and setParameter


Then it was a bug in the transformer. It must be <xsl:param 
name="AccountAutoCatalog" select="default"/> instead of <xsl:variable/>.

Regards,

Joerg

Hanlan, Dominic - Senior Developer wrote:
> I have been using jdk1.3.1 just fine with the following
> 
>         trans.setParameter("AccountAutoCatalog",
> "header.accountAutoCatalog");
> 
> and a matching
> 
> 	<xsl:variable name="AccountAutoCatalog" select="default"/>
> 
> With jdk1.3.1 the setParameter works fine and I get
> "header.accountAutoCatalog", with j2sdk1.4.0 I get the default value
> "default"
> 
> Any thoughts ??


-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]