[... Xpath complex & room for plenty of error ...]
Conceeded.
Another possibility, is to just stick with method calls (ex):
cfg.getChild("somechild").getChild("anotherchild").getValueAsLong();
That's what Configurable gives already. We're dwelling on the setting
of config rather than the getting of it in this discussion.
setableCfg.getChild("somechild").getChild("anotherchild").setLongValue(14);
How that?
- PH
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]