hello everyone,

i need to write a batch file for validating xml files and have to report the false positives and false negatives,successes and failures...can anyone help me in that

" have to report the false positives and false negative"
It is very very odd to want a program both to do some work and also report on when it failed to do it correctly.
It is quite difficult to validate XML or any other markup language: You have to (try to) parse it, then (try to) assure that the parse found no errors.
If this is an actual need (as opposed to a school project), then I suggest that you "hire the problem out" by using a web service which has years of experience behind it. Search for XML validation to find many options.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.