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 import of removed (optimized) root xmlns during flattening schemas #16

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

veewee
Copy link
Member

@veewee veewee commented Jan 14, 2024

Q A
Type bug
BC Break no
Fixed issues #15

Summary

Fixes #15.

This PR fixes an ext-dom related PHP issue in which the root XMLNS get optimized (removed) out of the imported XSD schema element.

See more details in this gist: https://gist.github.com/veewee/32c3aa94adcf878700a9d5baa4b2a2de

@veewee veewee added the enhancement New feature or request label Jan 14, 2024
@veewee veewee merged commit ca6bc7b into php-soap:main Jan 14, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flattening does not include root xmlns on schema
1 participant