xmldocchecker

Checks a xml documentation file.

📝 Syntax

  • xmldocchecker()

  • xmldocchecker(xmldocfilename)

  • [state, errors_detected, warnings_detected] = xmldocchecker(xmldocfilename)

📥 Input argument

  • xmldocfilename - a string: xml document.

📤 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

xmldocchecker is a tool to check that a xml document is valid.

Principally used to validate the structure and content of XML files against nelson's help documentation.

xmldocchecker() check validity of all XML documentation files.

💡 Example

xmldocchecker([nelsonroot(),'/module_skeleton/help/en_US/xml/nelson_sum.xml'])

🔗 See also

xmlchecker, buildhelp, buildhelpweb.

🕔 History

Version
📄 Description

1.0.0

initial version

1.15.0

Use xmlchecker for XML validation.

Last updated

Was this helpful?