I am reading a XML documents directly from Dom and I am then writing it to a comma-delimited file. This I can do OK if the XML document did not contain groups from within groups, which I must go through recursively to make sure I get all the information.
The problem I am getting is when I try to read a group from within a group it is looking at all the elements from all the groups not just the one I want to export.
The problem I am getting is when I try to read a group from within a group it is looking at all the elements from all the groups not just the one I want to export.