AllI have a use case where there needs to be a parent form that will
contain a number of children sections. Now I know I could just have one
giant schema and have all of these child sections as subforms, etc.
However, I'm trying to make use of fragments as they seem like they
might be a decent fit here. However, I keep running into snags. Here are
the issues I'm seeing:1) When I submit the form in Workspace, none of
the data entered into either fragment is captured in the XML2) When I
attempt to...