|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Hi there,
Can the value of a param be updated? I have a Purchase Order XML file and I need to total the cost of the items along with the tax totals. The tax totals are calculated at run-time, hence the need to be able to update a param value. Does anyone have any ideas or workarounds for this issue. Cheers ... |
|
#2
|
|||
|
|||
|
Nope. Once you set a a param you're stuck with it. XSL is a functional programming language (versus procedural) and there's really no such thing a variable in functional programming. So want a total using XSL? Welcome to functional programming
http://www-106.ibm.com/developerwor...ecur/?n-x-10242 |
|
#3
|
|||
|
|||
|
Thanks bricker42,
I appreciate you taking the time to reply, even if it wasn't the reply I hoped for That makes my issue fairly awkward but I just have to work with what's available. Thanks for the link also. All the best .... |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Update xsl:param value?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|