XML VALIDATION

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
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
 
Back
Top