regxmllib icon indicating copy to clipboard operation
regxmllib copied to clipboard

Convert MXF to XML: RegXML (SMPTE ST 2001-1) tools and libraries

Results 13 regxmllib issues
Sort by recently updated
recently updated
newest added
trafficstars

- moved Java version to 11 (from 8) - updated JAXB dependencies to current versions - moved to Jakarta XML bindings Closes #160

Java 9 and later has external dependencies for JAXB support. However, current versions of these dependencies use the `jakarta` namespace, rather than `javax`, and they are therefore not compatible with...