codemetropolis / CodeMetropolis

See your software as never before.
http://codemetropolis.github.io/CodeMetropolis/
14 stars 30 forks source link

Syntactic validation tool for CodeMetropolis XML formats #362

Open SzatmariA opened 4 months ago

SzatmariA commented 4 months ago

A new command-line tool designed to validate various file formats including IXML, mapping files, and CDF files. It detects the file type based on a command line argument and applies the relevant validation rules. If the file is not well-formed according to its expected format, the tool returns an error code and prints a detailed list of issues encountered during validation.

Features

Implementation Notes