Comment on Ask HN: How to prompt LLM to infer XSD from many XML documents?Comments−ksrOP1yIn case anyone is interested in the details, I am trying to infer the MuseScore MSCX format to ensure that my MusicXML => MuseScore generator at https://github.com/infojunkie/musicxml-mscx produces valid scores. I want to use all the supplied MSCX files in the repo https://github.com/musescore/MuseScore for inference.
Comments
In case anyone is interested in the details, I am trying to infer the MuseScore MSCX format to ensure that my MusicXML => MuseScore generator at https://github.com/infojunkie/musicxml-mscx produces valid scores. I want to use all the supplied MSCX files in the repo https://github.com/musescore/MuseScore for inference.