/xmlExtract

MATLAB function to extract data from XML files.

Primary LanguageMatlabApache License 2.0Apache-2.0

xmlExtract

Function that acts as a front-end to MATLAB's xmlread, for easier data extraction from XML files.

Functions and files

  • xmlExtract: Main function.
  • PARSINGINFO.md: Description of the parsing information files and structures used by xmlExtract.
  • getXMLnode: Get data from a XML node and convert it to the desired type (string, double, date string/vector, etc.).
  • readParseInfoFile: Read a parsing information file and convert it to a structure.

Functions being implemented:

  • checkParseInfo: Validate and correct a parsing information structure.
  • writeParseInfoFile: Convert a parsing information structure to a file.