- Contents
Interaction Designer Help
XML Unescape Entities
This XML tool returns a string with all occurrences of XML default entity references and character references replaced with the corresponding character. Resolved entities: <, >, &, ", ', &#<decnum>;, &#x<hexnum>;.
Inputs
Source String
String to process.
Normalize LF to CR/LF
Checkbox, default = False. Replace newlines (\n) with carriage-return/newline pairs (\r\n). Already present CR/LF pairs will not be expanded (i.e. CR/LF will not be expanded to CR/CR/LF)
Normalize CR/LF to LF
Checkbox, default = False. Replace carriage-return/newline pairs (\r\n) with a linefeed (\n).
Outputs
Result String
String with all entity and character references replaced by corresponding character.
Exit Paths
Next
This path always takes the Next exit path.