EDN Admin
Well-known member
HI,
i have a code like:
XmlDocument xmlDoc = new XmlDocument();<br/>
xmlDoc.Load(xmlFileName);
I have a doubt if i have bad xmlfile, will it get validated while loading? If yes why we have
public void Validate(ValidationEventHandler validationEventHandler);
View the full article
i have a code like:
XmlDocument xmlDoc = new XmlDocument();<br/>
xmlDoc.Load(xmlFileName);
I have a doubt if i have bad xmlfile, will it get validated while loading? If yes why we have
public void Validate(ValidationEventHandler validationEventHandler);
View the full article