Search code examples
phpxmlobjectsimplexml

How to ignore case when parsing with simplexml?


can I make simple XML ignore case of the node and attributes names?

like

<eleMent attriBute="aaa">

</ELEMENT>

Solution

  • can I make simple XML ignore case of the node and attributes names?

    No.