Christian Barth wrote:
In the bold line I want to test, if the variable "stock" contains an empty string or anything else. But with the code above, Cocoon always jumps into the Otherwise-part.
What about applying boolean() [1] to the "stock" variable ? Regards, [1] http://www.zvon.org/xxl/XSLTreference/Output/function_boolean.html -------------------- Luca Morandini www.lucamorandini.it -------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
