problem with xmldocument
-
Hi all, I have to import a xml file containing huge amount of data to be imported but before import I have to validate all data according to our system, if any tag has invalid value I have to show error message along with tag name and line number. for this I have used XmlDocument class of microsoft and validating each node through this class but I am unable to get line number of each node. Can anybody suggest me how to get line number of node being processed using XmlDocument class ? or is there any other way to show line number ? Thanks Rohit
-
Hi all, I have to import a xml file containing huge amount of data to be imported but before import I have to validate all data according to our system, if any tag has invalid value I have to show error message along with tag name and line number. for this I have used XmlDocument class of microsoft and validating each node through this class but I am unable to get line number of each node. Can anybody suggest me how to get line number of node being processed using XmlDocument class ? or is there any other way to show line number ? Thanks Rohit