## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> XMLDECODE[XMLDECODE]:::quoted XMLDECODE --> End((END)) ``` ## Purpose The `XMLDECODE` SQL function returns the XML decoded input. Parameters: - Input: the input which will be decoded into XML. Returns: An object which is the XML decoded input.