[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@docuverse.com>
- To: "XML-DEV (E-mail)" <xml-dev@xml.org>
- Date: Sun, 9 Apr 2000 19:52:26 -0700
Because performance testing seems to be what most of you
are doing after downloading Min, I have written a Java
class for testing parsing performance of Min and other
XML parsers. It is included in the version 1.0A3 of Min
which is available for downloading now.
This test will compare Min's performance with following
XML parsers:
com.sun.xml.parser.Parser
com.jclark.xml.sax.Driver
org.apache.xerces.parsers.SAXParser
oracle.xml.parser.v2.SAXParser
org.apache.crimson.Parser
com.microstar.xml.SAXDriver
If your platform does not have a particular parser, test
for that parser is skipped. Test result is returned in
Minimal XML via standard output. You can see a sample
output at the bottom of the tutorial section at:
http://www.docuverse.com/min/index.html#tutorial
Best,
Don Park - mailto:donpark@docuverse.com
Docuverse - http://www.docuverse.com
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|