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

Support for '*' namespace in getElementsByTagNameNS #112

Open
jonmabe opened this issue Jan 24, 2015 · 0 comments
Open

Support for '*' namespace in getElementsByTagNameNS #112

jonmabe opened this issue Jan 24, 2015 · 0 comments

Comments

@jonmabe
Copy link

jonmabe commented Jan 24, 2015

According to the w3 docs, you should be able to pass '*' as your namespace in getElementsByTagNameNS to match all namespaces. This doesn't appear to work in xmldom.

http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#i-Document

namespaceURI of type DOMString
The namespace URI of the elements to match on. The special value "*" matches all namespaces.

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

No branches or pull requests

1 participant