Creating a Document for an XML structure
Hi there, I'm new to using the Document Builder, so it might be something I'm overlooking.
Is there a way to create a Document representing an XML structure like the outline here:
<parent node>
<status>OK or not OK</status>
<child node of type A>...</child node of type A>
<child node of type A>...</child node of type A>
<child node of type B>...</child node of type B>
</parent node>
The issue I'm facing is that I don't know how to model the "list of type A-nodes" without a grouping tag around them, and in the XML that would be received, there is no grouping tag.