Stuart, On Thu, 2020-09-17 at 17:07 +0100, Stuart Owen wrote: > > I'm not familiar with the format enough to know if this is legal or not. > > to add, I've tried validating the xml against its schema, and it appears > > to be legal.
I do not doubt that. I would suspect that POI is falsely expecting that attribute and interprets it as Zero when missing, not reading the actual children. Might be related to SAX vs. DOM, so they can't count the children when that attribute is missing. Best regards Andreas
