xmldocchecker
Checks a xml documentation file.
Syntax
xmldocchecker(xmldocfilename)
[errors_detected, warnings_detected] = xmldocchecker(xmldocfilename)
Input argument
xmldocfilename - a string: xml document.
Output argument
errors_detected - a cell of strings: errors detected.
warnings_detected - a cell of strings: warnings detected.
Description
xmldocchecker is a tool to check that a xml document is valid.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated