Open-XML-SDK
Open-XML-SDK copied to clipboard
Add Check for empty parts to OpenXmlValidator
- closes #816
The issue was not that there was no way to check for a minimally valid document, the issue was that the validator considered completely empty parts to be valid. So this issue was resolved by adding a check for empty parts to the OpenXmlValidator.