File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes XML Parser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply locked New topic
Author

XML Parser

Michael Hoffman
Greenhorn

Joined: Feb 27, 2003
Posts: 3
Hello,
Does anyone know the which XML Parser is best for the following situatuon. I am looking for very efficient (ie, fast) validating parsers that can work with large XML files. The idea is that I would use the XML Schema (with as much data validation as we can include in it) to validate the data in the files and produce error reports. So, the parser would need to produce a list of errors and not just die on the first one.
Thanks for the help!
David Weitzman
Ranch Hand

Joined: Jul 27, 2001
Posts: 1365
Please don't cross post. Most of our visitors check several forums anyway, and it makes it harder to follow the conversation.
The XML forum seems like the most appropriate place, so please continue this conversation there.
 
 
subject: XML Parser
 
Threads others viewed
compare two xml files thru .java class using SAX / DOM parser
XML Parser
XML Parser
creating objects from xml
Using DocumentBuilder with jvm 1.3
MyEclipse, The Clear Choice