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 |
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 |
|
I did stumble across the |
|
I believe I've found what I need = setting the |
|
Yes, it is somehow missed from typings. |
Unfortunately
entitiesisn't exposed via the typescript definitions, but this is what worked for me in case anyone else has the same issue: