1
Answer

How to allow spaces andspecial chars in XMLDoc element name?

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); 
 
 
Answers (1)