XML parser 2003-05-20 - By Utsav Boobna
Hi, Presently I am working on a project whose aim is to validify an invalid XML document. For it, I need a XML validating parser, to which I call from my Java program giving it the root of the DOM tree of the XML document and it should return to the program , the pointer to the node which contains the error (if the document is invalid) and NULL (if the document is valid). Does any such parser exits ? or, is there any parser available to which I can easily modify to get the desired ersult.
Utsav
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|