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

Fixed handling of elements from foreign namespaces in values object (v3) #275

Merged

Conversation

phil-davis
Copy link
Contributor

When encountering an element from another namespace the value object parser does skip the opening element. However when it encounters the closing element it did handle it like it was the closing element of the one being processed.

This commit and unit test fixes the issue by ignoring the element completely

This is a port of #270 to the v3 branch.

Also see #273 which has the same code applied to the master branch.

When encountering an element from another namespace the value object parser
does skip the opening element. However when it encounters the closing element
it did handle it like it was the closing element of the one being processed.

This commit and unit test fixes the issue by ignoring the element completely
@phil-davis phil-davis changed the title Fixed handling of elements from foreign namespaces in values object Fixed handling of elements from foreign namespaces in values object (v3) Apr 18, 2024
@phil-davis phil-davis merged commit 489c8d6 into sabre-io:v3 Apr 18, 2024
5 checks passed
@phil-davis phil-davis deleted the f/skipping_node_for_foreign_namespace-v3 branch April 18, 2024 09: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.

2 participants