Compatibility
XJTAG log files are designed to remain compatible with older versions of XJTAG even as new features and content are added to them. This means that:
- Expected files (e.g. Info.xml, Run 1.xml) will never be removed from the file format.
- Additional files may be added in the future, however, to support new functionality.
- Elements and attributes inside the XML files will never be removed from either of the file formats.
- Additional elements and attributes may be added in the future to either XML file format, however, to support new features and functionality.
With this in mind when writing code to handle the file format, you can confidently expect files and elements to be present, but be prepared for additional items to be present that you can safely ignore.
XJTAG v4.1.100