In order to facilitate interaction with XML based data sources (for example, REST endpoints returning XML data), it would be beneficial for TDV to have built-in functions for escaping, and unescaping, XML data. Currently, there is no functionality in TDV to perform either of these operations in a controlled fashion.
Please implement the following XML manipulation functions into TDV:
Currently, being unable to use this kind of functionality within TDV requires complicated workarounds to support more advanced XML based workflows. (e.g, writing Custom Java Procedures, or using less advanced kinds of TDV functionality (using a Tabular transformation, instead of an Any-to-Any transformation)).