R
Roger Helliwell
I'm placing the contents of numerous TextBoxes into an XML file.
However, problems occur when the user enters any 'special' characters
in the text boxes. For example, punctuation marks such as < > & ' "
And vice versa... if there are < > & tags within the XML, is
there an easy way to convert these back to unicode characters for
display? (There seems to be hundreds of &xxxx; codes listed in the
specs.)
Is there a general purpose method somewhere that does this kind of
conversion? Thanks.
Roger
However, problems occur when the user enters any 'special' characters
in the text boxes. For example, punctuation marks such as < > & ' "
And vice versa... if there are < > & tags within the XML, is
there an easy way to convert these back to unicode characters for
display? (There seems to be hundreds of &xxxx; codes listed in the
specs.)
Is there a general purpose method somewhere that does this kind of
conversion? Thanks.
Roger