1
Answer

How to allow spaces andspecial chars in XMLDoc element name?

Photo of Kishore Konatham

Kishore Konatham

5y
720
1
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)