-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Not getting attribute value using XMLBuilder.build function #651
Comments
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo. |
Can you please share the intermediate json object? |
|
got your problem. |
Just tried this setting it as a string changes nothing. What you can do however is to add this property to your options and the original should work |
Also see #611 |
closing the issue. feel free to reopen if still exist. Please also check for v5 |
Description
I need to include xml attribute, like this :
<internal-name tokenized="true">test test > 14</internal-name>
Input
Code
Here is the code that converts:
That attribute should have ="true"
Output
expected data
Would you like to work on this issue?
I posted the question here as well https://stackoverflow.com/questions/78354831/how-to-include-attribute-value-while-building-xml-using-fast-xml-parser
The text was updated successfully, but these errors were encountered: