The out put is FirstName instead of RajName //because I'm setting param first to Raj at //transformer.setParameter("first","Raj"); Where I am getting it wrong appreciate any help..
Alexander Sack
Greenhorn
Joined: Jun 29, 2001
Posts: 3
posted
0
Hi, from java it seems fine; but you have to define the parameter in a global scope ( child of the xsl:stylesheet tag ) not in local scope (child of xsl:template element)