X-definition
If you have a collection with more X-definitions enter the name of X-definition with root XML data:
<xd:def xmlns:xd="http://www.xdef.org/xdef/4.2" name="Example" root="root" > <root a="int(); onTrue outln('root a: ' + getText());" > <b xd:script="occurs *" > optional string(); finally outln("b: " + getText()); </b> </root> </xd:def>
Input data
<root a="123" > <b>Lorem ipsum dolor sit amet.</b> <b/> </root>
You can edit
X-definition
or
Input
window