Dear Bill,
A simple fix is to delete all lines where a `key`-tag without `
attr.name` is defined -- which are exactly those lines that contain the string `yfiles.type`.
Both approaches will cause a couple "Unknown {node,edge} attribute warning"s, but the reading should at least succeed (and the warnings are not even output with the default logger settings). Note, however, that the approaches above only allow the reading of a Graph and not of its attributes.
Reading in `GraphAttributes` as well would require larger additions to the GraphMLParser, and I currently do not have the time to work on that...
Best regards,
Dagobert