XML attributes name is not displaying in the Object when converting from XML #38
Open
Description
In SimpleXML_load_string, the XML attributes is not considered in the deserialization, hence cause the attributes for some objects is not stored in the objects. For example,
<ItemRef name="Services">1</ItemRef>
will only show:
''ItemRef' => string(1) "1"
in the code.