Problems parsing XML
Moderator: General Moderators
Problems parsing XML
Why this class (http://es.php.net/manual/es/class.domdocument.php#93900) doesn´t parse nodes with same name?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Problems parsing XML
Probably because it uses the node name as the array key. You could probably modify that code by checking if a key is set and converting the value for that key to an array.
(#10850)