Skip to content
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

getting SimpleXML doc namespaces #112

Merged
merged 3 commits into from
Jul 7, 2012
Merged

getting SimpleXML doc namespaces #112

merged 3 commits into from
Jul 7, 2012

Conversation

lonnylot
Copy link

I was recently emailed asking to have the patch for bug 55218 added in. I updated it and fixed a minor bug.

Currently if you recursively get an XML docs namespaces via SimpleXML::getDocNamespaces it will always start from the root regardless of what node you call the method from.

The patch allows you to recursively get the XML doc namespaces starting from the node you pass in.

We add in a second parameter to the SimpleXML::getDocNamespaces method called 'from_root'. This param defaults to 'true' to keep backwards compatibility. If set to 'false' then we only retrieve the namespace(s) for the node the method is called from.

Lonny Kapelushnik added 3 commits June 21, 2012 22:34
Allows you to recursively check namespaces under a child node
instead of from the root of the XML doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants