-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Different parsing when using ox #30
Comments
Any clues how to support xml namespace (i.e. "namespaced:key") in parsers other than Ox? |
It sounds like an issue with those other parsers, not with MultiXML. |
The problem is that MultiXml is not consistent because of that. It should have the same result for all parsers. |
The only way I could make it consistent is by stripping the namespaces from Ox. Would you like me to do that? |
Yes, this way it will be consistent. |
Any clues how this namespace from Ox can be removed? |
You can see results with samle xml on: https://gist.github.com/3288154
When I'm using
ox
, xml is parsed to hash containing "aws" prefix on keys.For others:
rexml
,libxml
,nokogiri
"aws" prefix is not added.The text was updated successfully, but these errors were encountered: