I am reading in a XML file with the readln function. The $ret is converting some characters in this process.
For example:
< is changed to <
> is changed to >
" is changed to "
I seem to be having a problem getting the sandr to replace these characters with the <, >, and " characters.
Perhaps I am out in left field ??? Is the timport a better approach to processing a xml file as an input. If so, do you have any example code on how to do this ?
thx.
For example:
< is changed to <
> is changed to >
" is changed to "
I seem to be having a problem getting the sandr to replace these characters with the <, >, and " characters.
Perhaps I am out in left field ??? Is the timport a better approach to processing a xml file as an input. If so, do you have any example code on how to do this ?
thx.