xmlchecker
Checks a xmlfile against xsd.
📝 Syntax
xmlchecker(xmlfile, xsdfile)
[state, errors_detected, warnings_detected] = xmlchecker(xmlfile, xsdfile)
📥 Input argument
xmlfile - a string: path to the XML file.
xsdfile - a string: path to the XSD file.
📤 Output argument
state - a logical: true if the document is valid, false otherwise.
errors_detected - a cell of strings: errors detected.
warnings_detected - a cell of strings: warnings detected.
📄 Description
xmlchecker is a tool to check that a xml file is valid against a xsd file.
💡 Example
🔗 See also
🕔 History
Version
📄 Description
1.15.0
initial version
Last updated
Was this helpful?