-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing XML Example #43
Comments
Please read through the other most recent issues. This topic has come up a lot in the last week or so. |
Yeah documentation SUCKS. |
Basically, |
OH.... now it's more logic. I think you should add this info near function description or in documentation. |
Agreed. (Note: this explanation had already been given in other, older issues.) |
Is it possible to just get a complete example of parsing XML for a specific key using the Facade?
Currently I'm able to convert the whole XML structure into an array using
$xml = Parser::xml($response);
however is there a way to specific pull keys? Using the documentation it would be something like
Parser::get('key', 'default value');
but I don't know how to tie it all together.
Thanks
The text was updated successfully, but these errors were encountered: