Matthias Fauconneau

Results 5 comments of Matthias Fauconneau

Since that was one of the issues which lead me to write a specialized XML deserializer, I thought I might mention it here. My solution was to use #[serde(rename="")] to...

Hi, It looks like xsd-parser would be a good solution to deserialize MusicXML https://github.com/w3c/musicxml/blob/gh-pages/schema/musicxml.xsd What is the progress on this issue ? can I help ? P.S: How does rust-xml-schema...

I think that's the proper solution. Deserialization works for me. You might want to also do the serialisation part though.

Just in case, you don't require the XML schema way yet, you might be interested in my partial translation in serde+ notation https://github.com/Matthias-Fauconneau/musicxml/blob/master/src/music_xml.rs This use my serde-roxmltree interface which has...