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

Namespace propagation #41

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frazeradam
Copy link

This is close to where we need to be, but needs normalization applied to the order of attributes, for example:

<E:Body id="Body" xmlns:E="http://schemas.xmlsoap.org/soap/envelope/">

Should actually be:

<E:Body xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" id="Body">

I am unsure of how to correct use existing code for this to not need to reinvent the wheel.

Closes #39 (assuming I can make changes to this to above the above mentioned issue)

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.

Namespace Propagation
1 participant