Closed FlTr closed 1 month ago
Thanks for the bug report!
The fact that attributes in single quotes didn't work is clearly a bug, though I've never seen a file that was written that way. I also dislike the fact that it failed silently.
I have fixed both in the commit I just pushed.
Attributes with their values delimited in single-quotes are lost during loading files. They neither appear in the loaded model nor when serialized again.
versus
As of xml specification, single quotes are allowed.
https://www.w3.org/TR/xml/#sec-starttags https://www.w3.org/TR/xml/#NT-AttValue