xml-parser
xml-parser copied to clipboard
PHP Class that parses XML objects
Style fix for install command and usage header
Thanks for you code. please help me how to build xml like this: ` ``` 19.05 42 ``` ` Thanks very much
@jtrumbull As you merged my previous pull request you should release a new version that composer downloads the changed composer.json to setup autoloader, otherwise it is still downloading the old...
@jtrumbull As discussed in #1 and #5 I will open a new issue separately. I see objectToArray is already available, so it is possible to have input as both array...
@jtrumbull I think you should add some setter methods to change $_default\* properties dynamically rather than forcing user to edit the source code. Consider?
I think attributes must be a separate array itself, otherwise this is impossible to parse array, and user will be forced to use strops() to find attr: I mean this:...