-
Notifications
You must be signed in to change notification settings - Fork 606
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
attrNameProcessors and tagNameProcessors options for builder #181
Comments
Sure, sounds sensible to me. |
Done: #462 |
I am on 0.4.23 and I can't get this to work:
upperMe simply will not get called. What am I doing wrong? |
There is no support for these at the moment, this issue is a proposal for a feature.
|
Ah. I misunderstood the "done" above. |
@Leonidas-from-XIV without this feature, I can't seem to do what I need to.
How can I have the builder build the tags with the abc: prefix so that I don't have to change the names of the attributes in my object? In other words, I want the XML to look like:
I honestly don't understand why it doesn't just do that since I did provide a namespace in the root tag. So now I have to manually specify attributes in my object like 'abc:one' instead of one:. |
The only way I can figure to do it is:
Gotta be a better way. |
For example we can add namespaces in builder and remove namespaces in parser (for the soap api). In result we have javascript objects without namespaces.
The text was updated successfully, but these errors were encountered: