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 support for the standalone attribute in the XML declaration. #927

Merged
merged 2 commits into from
Dec 16, 2022

Conversation

jscheeres
Copy link

@jscheeres jscheeres commented Dec 13, 2022

In the response message we need support for the standalone attribute in the XML declaration. Like <?xml version="1.0" encoding="utf-8" standalone="yes"?>.

The PR supports:

  • no standalone attribute,
  • the value yes in the standalone attribute
  • the value no in the standalone attribute.

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