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

fix namespace prefix collisions #231

Merged
merged 1 commit into from
May 1, 2024

Conversation

petersen
Copy link

Nokogiri notes a possible problem with this because collect_namespaces flattens down to a hash by prefix. My fix merges the root node's view of namespaces after collecting everything, so the root node can still be found.

Nokogiri notes a possible problem with this because `collect_namespaces`
flattens down to a hash by prefix. My fix merges the root node's view of
namespaces after collecting everything, so the root node can still be
found.
@mvz mvz merged commit 7a2374f into mvz:master May 1, 2024
1 check passed
@mvz
Copy link
Owner

mvz commented May 1, 2024

Thanks, @petersen!

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