Whether XML element attribute name can be empty:
<?xml version="1.0" encoding="utf-8"?>
<test>
<tables>
<gg qqq="">
<ss ""=""/>
<mm ""=""/>
</gg>
</tables>
</test>
I am getting an exception I cant to load this. Is this possible?