I finally got it ;-) and you said it already, the
datamodel is there in memory holding everything, not
only the special <datamodel> tag defined in the scxml
specs but also the context attached to the executor.

So I was missing two lines in my addDataToModel()
below   

Node node = d.getNode();
rootCtx.set("bubp", node);

then I will answer my question:

Given a settings file:

<bubp>
<client clientId="mk1" clientPswd="passmk1"
appType="SP">
........

The condition to test if appType is equal to SP using
jexl is:

<n:if cond="Data(bubp, 'client/@appType') eq 'SP'">
........

Thanks both of you guys!,
Nestor



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to