Skip to content

XML attributes name is not displaying in the Object when converting from XML #38

Open
@hlu2

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.

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions