Validate part of XML file
Posted: Mon Jun 17, 2024 6:49 am
I have a few XML files that need to be validated and I only have a XSD for the core element of the files. The files also have a header section that wraps the core element.
Is there a way to create a validation scenario that ignores the header and only validates the core element, maybe using XPath?
Is there a way to create a validation scenario that ignores the header and only validates the core element, maybe using XPath?