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]

Problems with multiple xsl:param


Hi!

I'm using XALAN-C and running into a bit of a problem.

I've set serveral parameters in my application that does the transforming,
and they're definately all set successfully. (more on that in a bit)

In my stylesheet, I have:

<xsl:param name="param1" />
<xsl:param name="serviceID" />
<xsl:param name="deviceID" />

Now when I use ANY of these parameters ($param1, $serviceID,
$deviceID) they ALL give the value assigned to $param1.

If I shuffle the order around, whatever param is defined first in the
stylesheet is the one who's value gets used by them all.

Any ideas? Am I misunderstanding how params work, or is it a problem with
Xalan?

Thanks for any help!

--
Niall


 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]