[xsl] j2sdk1.4.0 xslt and setParameter

Subject: [xsl] j2sdk1.4.0 xslt and setParameter
From: "Hanlan, Dominic - Senior Developer" <dhanlan@xxxxxxxxx>
Date: Wed, 4 Sep 2002 16:40:55 +0100
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 ??

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


Current Thread