XML Data Node: Concatenation of child elements’ data
Please download the following files to continue along with this guide:
ParenetNode.xml
DataNode.efz
This guide will show you how to extract a repeating parent’s nodes children. If you had the following XML shown below, the eFORMz’s data node transfer method Concatenation of child elements’ data would return an array of 3 strings.
Child1\nChild2\n Child3\nChild4\n Child5\nChild6\n
<data> <Parent> <Child1> <Child2> <Parent> <Parent> <Child3> <Child4> <Parent> <Child5> <Child6> <Parent> </data>
These are the data node settings that are set for creating the array. Please view the DataNode.efz for an example of how this can be used.