unescape XML/HTML
Is there any utility in PeopleSoft to unescape HTML or XML entities?
We have an incoming message from third party which sends the XML entities escaped. Is there any utility in PeopleTools or a function in PeopleCode that can be used to unescape these characters?
escapeHTML funtion does convert '<' to <
We want to do the reverse of this.
Is there any utility/peoplecode function available or should we create our own utiltiy using peoplecode?
0