[Migrated content. Thread originally posted on 07 June 2004]
I'm creating an XML file. To do it correctly I need to convert> to <
& to &
so they are quoted correctly in the xml document.
Assuming I have a large character string (say pic x(5000) for example), what would be the best way to handle this, both for coding and performance?
Brad



