how to get all the parse error of an xml doc

webmasterbeta

New Member
Hi,When we load a xml file using msxml load()function, it return right awaywhen it see the 1st error, and the we can use GetparseError() to get theinfo of that error. Is there possible to get all the errors of the xml doc,not just the 1st one? Thanks.elainec
 
Back
Top