Replies: 1 comment
-
Please check https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/docs/v4/3.XMLBuilder.md#cdatapropname |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to parse a JSON to XML but I need to wrap some data in ![CDATA[]]. Is there any possibility in the builder?
Example
Is there any way to call the builder.build() function and specify the fields where I want the CDATA wrap so people are able to use all the characters?
I tried searching for a resolution but couldn't find any similar issue being open or any discussion about this topic.
Thank you in advance for any answer
Beta Was this translation helpful? Give feedback.
All reactions