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

Add options to expand empty tags and to skip line breaks #14

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

dobo90
Copy link
Contributor

@dobo90 dobo90 commented Jan 29, 2025

While developing playready-rs, it came out that Microsoft server doesn't accept XML with empty tags (like <emptytag />) - they need to be expanded to <emptytag></emptytag>.

Moreover parts of XML content are signed. When signed content contains new line characters, server also doesn't accept the payload.

Thanks for the great crate! Is it possible to review those changes and if they are acceptable to merge them? I would love to publish playready-rs on crates.io (but it's not possible as I'm using patched xml-builder).

@cocool97 cocool97 merged commit 76ce809 into cocool97:master Jan 29, 2025
4 of 5 checks passed
@cocool97
Copy link
Owner

Hey, thanks for the PR :)

@cocool97
Copy link
Owner

Release v0.5.4 is available with your options :)

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