11-23-2016, 06:00 AM
I am extracting nodes from an XML file which contain ampersand 'amp' character conversions (& = & ...).
I get the nodes like this and put them in an array.
Function Function2
Is there a way to recode/convert back from 'amp' to it's normal character with one command/function/...?
Something like '.ConvertEncoding' or '.escape'
Or do I have to manually convert it back using findreplace/replacerx
I looked in the chapter "IXml and IXmlNode interfaces" and forum, but could have overlooked it.
I get the nodes like this and put them in an array.
Function Function2
Is there a way to recode/convert back from 'amp' to it's normal character with one command/function/...?
Something like '.ConvertEncoding' or '.escape'
Or do I have to manually convert it back using findreplace/replacerx
I looked in the chapter "IXml and IXmlNode interfaces" and forum, but could have overlooked it.