-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
XMLBuilder no longer calling tagValueProcessor function #437
Comments
I'm glad you find this repository helpful. I'll try to address your issue ASAP. You can watch the repo for new changes or star it. |
I believe this was broken with pull request #426 |
Yes, I also doubt there. And by not having some missing tests it was not caught. |
Please check v4.0.5 |
@amitguptagwl This problem has not been solved with v4.0.5. Can you please reopen this issue? |
Thanks @rpastro . It is fixed now. Releasing v4.0.6 |
Description
Starting with fast-xml-parser v4.0.2 the XMLbuilder is no longer calling the tagValueProcessor function.
Code
Output
With fast-xml-parser v4.0.1, the output is as expected:
<root><test>HELLO</test></root>
Starting with fast-xml-parser v4.0.2, the tagValueProcessor function is not being called, so the output is:
<root><test>hello</test></root>
expected data
This is existing functionality which was broken by a minor release. Expect functionality is for tagValueProcessor to be invoked for all tags.
Would you like to work on this issue?
The text was updated successfully, but these errors were encountered: