-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
xs:Choice of xs:Sequence not supported? #168
Comments
I ran into the same issue with the that file after upgrading my php runtime from 7.4 to 8.2. I spend some time debugging and made it work by patching some functions in Php/PhpConverter. Looks like the implementation of xs:sequence is just incomplete. Someone already created a pull request with a proper implementation which you could use a base for a patch until this fix is included in a release. |
As a workaround i just altered the XSD to drop the second sequence and remove the choice, since i didnt need it anyways - e.g.
related #170 |
Attempting to parse this xsd results in a fatal. Is this an unsupported situation or a bug? Thoughts on a workaround?
https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd
The text was updated successfully, but these errors were encountered: