Simple XML question (ref Microsoft XML V4.0)

I

Ian Bayly

I am writing out the contents of a table into an XML file which works fine
until I get a "^" in the text going into the XML file.
In fact I find I can't write any character outside [0-9] and
[a-z] [A-Z].
Here is the code snippet which fails

objDialogElem.appendChild objVariableElem
objVariableElem.Text = "^022"

Any help appreciated

Tks in anticipation

Ian Bayly
 
Top