XMLPort - Export Ampersand character

nav_studentnav_student Member Posts: 175
Hi guys,

I've got an XMLPORT( Encoding: UTF-8) that needs to export an URL that contains an ampersand but the output data is converting the & symbol into this data
-->&amp

My attempts were:
Char1 := 38; URL := TextAA + FORMAT(Char1) + TextZZ
URL := TextAA + '&' + TextZZ

with the same result
<TextLine>TextAA&ampTextZZ</TextLine>


Any ideas?

Answers

Sign In or Register to comment.