Hi,
I'm getting error while creating xml document element. Element name is not accepting white spaces and special characters.
my code line:
------------ -----
XmlElement SchemaVersion = doc.CreateElement("TimeDelay"+" "+"SchemaVersion", Schemaversion);