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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top