Debugging a simple format:
It's just <file><record><field1>...</field1><field2>....</field2> ...</record></file>
The field2, field2, etc. are all simple types.
Running it under the VSCode debugger using the infoset view I get the <file> element start, but nothing else, even though several child elements will parse succesfully.
See attached v7.zip file to reproduce.
v7.zip