Hi there,
I am working on an xml simple transformation logic, and I came across the following XML structure:
<PARENT>
<CHILD_1> some text start <CHILD_2> content </CHILD_2> some text continued </CHILD_1>
</PARENT>
Is it possible to deal wit...
stefan.bresch Many thanks, Stefan, it worked!Quick question: what would be the value of 'frq' for 0 to many entries?Based on the documentation, the following applies:frq="1" - execute (element expected) exactly once;frq="?" - execute (element optio...