We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason I don't understand, the position of the xsi:type attribute in the XML ModelInfo matters:
cqframework/clinical_quality_language@e0fd90d
Fixup the ModelInfo serialization to produce XML that ensures that the type attribute is the first attribute listed in the ModelInfo.
The text was updated successfully, but these errors were encountered:
It's a bug on Jackson's XML processing: FasterXML/jackson-dataformat-xml#525
Sorry, something went wrong.
I thought it might be something like that. And thank you for posting the regex fix in your commit, super helpful!
I'll see if I can get the serializer to write it that way for a longer term fix.
No branches or pull requests
For some reason I don't understand, the position of the xsi:type attribute in the XML ModelInfo matters:
cqframework/clinical_quality_language@e0fd90d
Fixup the ModelInfo serialization to produce XML that ensures that the type attribute is the first attribute listed in the ModelInfo.
The text was updated successfully, but these errors were encountered: