Kishore Konatham

Kishore Konatham

  • NA
  • 63
  • 6.8k

How to allow spaces andspecial chars in XMLDoc element name?

Sep 6 2019 1:21 AM
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)