Bug #3095
openImport of .chirp XML files not confirm supplied XSD
0%
Description
I was creating my own generator for the .chirp XML files, to use the same database as a source for programming radios.
I found that Chirp did not import files that passed the "schemaValidate" in PHP, with the supplied XSD files.
I found the element "squelch" where the XSD says "
The XSD files also mention the use of Banks in the import-file format but the Chirp program doesn't seem to do anything with it at import.
Updated by Andrew Jorgensen over 8 years ago
I also ran into this issue. Probably the best way to fix it would be to make those other squelch settings optional in the code. I might take a look at this myself sometime.