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

Ignore attributes prefixed with xmlns #27

Merged
merged 1 commit into from
May 16, 2024

Conversation

mristin
Copy link
Contributor

@mristin mristin commented May 15, 2024

We ignore both the xmlns attribute as well as attributes prefixed with xmlns: since they are necessary for correct namespacing even though the AAS specs does not allow any attributes.

Fixes #25.

We ignore both the `xmlns` attribute as well as attributes prefixed with
`xmlns:` since they are necessary for correct namespacing even though
the AAS specs does not allow any attributes.

Fixes #25.
@mristin mristin merged commit 17a77b5 into main May 16, 2024
1 check passed
@mristin mristin deleted the mristin/Ignore-attributes-prefixed-with-xmlns branch May 16, 2024 06:56
mristin added a commit that referenced this pull request Jun 19, 2024
This is a patch release concerning the fixes for the bugs revealed in
the field by the pioneer users.

* Ignore attributes prefixed with `xmlns` (#27)
* Fix XML deserialization for over-consumption (#29)
* Return only abstract errors (#30)
@mristin mristin mentioned this pull request Jun 19, 2024
mristin added a commit that referenced this pull request Jun 19, 2024
This is a patch release concerning the fixes for the bugs revealed in
the field by the pioneer users.

* Ignore attributes prefixed with `xmlns` (#27)
* Fix XML deserialization for over-consumption (#29)
* Return only abstract errors (#30)
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.

deserialization fails if environment contains multiple attributes or namespace prefixes
1 participant