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

Be more careful translating ReLaxNG wildcard attributes #2160

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

brucemiller
Copy link
Owner

Be more careful translating ReLaXNG wildcard attributes. In the internal model, * stands for any NON-namespaced name and : stands for any namespaced name.

Fixes #2148

…spaced name and *:* standing for any namespaced name
@brucemiller brucemiller requested a review from dginev July 24, 2023 16:31
Copy link
Collaborator

@dginev dginev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. PR itself seems clearcut!

XML namespaces are notorious for a reason... Having empty, optional and default namespaces be three potentially different settings can be quite dangerous for unsuspecting developers.

@brucemiller brucemiller merged commit 2dde370 into master Jul 24, 2023
26 checks passed
@brucemiller brucemiller deleted the schema-namespace-fix branch July 24, 2023 16:56
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.

rawhtml no longer working?
2 participants