Prevent encoding of #text values when XML is built #685
-
Is there any way to turn off the encoding of I have a scenario where the destination system will take the raw value without unencoding text, so the encoded text shows up in the UI still encoded. This is beyond my control. I'm wanting to capture a JSON representation of the raw source data for audit purposes. Though any From this:
The
But what I need is:
Is there a way to achieve this? I've tried experimenting with the |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
What I understand here is that builder is not encoding the data. Can you please hardcode the value instead of |
Beta Was this translation helpful? Give feedback.
-
I did stumble across the |
Beta Was this translation helpful? Give feedback.
-
I believe I've found what I need = setting the |
Beta Was this translation helpful? Give feedback.
-
Yes, it is somehow missed from typings. |
Beta Was this translation helpful? Give feedback.
Unfortunately
entities
isn't exposed via the typescript definitions, but this is what worked for me in case anyone else has the same issue: