Xdefinition
If you have a collection with more Xdefinitions enter the name of Xdefinition 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
Xdefinition
or
Input
window