I want to read the graphml file in c++ for codegeneration out of the content.
I tried to generate with the graphml.xsd with codesynthesis a xml reader for c++ but that did end in a lot error messages like: error: expected end of tag 'key'.
codesynthesis also didn't support redefinition of schemas as far as i know, done in ygraphml.xsd
does anyone know a working solution?