Tim, we have been generally disappointed at the speed of parsing an XML file
of any significance. I like the ideas behind it, but I think most of the
more widely-used XML parsers suffer from some speed issues.

I have recently become interested in less-robust XML parsers. I am assuming
that less is more (faster). Of course, that assumption could be horribly
askew. Specifically, I want to look into:

  (NanoXML) http://nanoxml.sourceforge.net/
  (MinimalXML) http://www.docuverse.com/smldev/minxmlspec.html

This wouldn't satisfy your XSLT needs, but as far as shuttling data around,
I want a lean/mean, small and fast XML parser.

jim

----- Original Message -----
From: Tim Endres <[EMAIL PROTECTED]>


> I realize that I am going to incur a performance hit using XML, but I
> believe that we can afford it.
>
> I just ran some tests with Sun's JDK1.1.8, a Pentium II 450 W2K box, and
> using Apache's Xalan and Xerces packages. Very preliminary tests show that
> I can parse very simple XML documents to the tune of 1000 per 6 seconds.
> And for XML/XSLT, I can able to translate the simplest of documents to the
> tune of 1000 per 12 seconds. The numbers fall within our requirements, but
> I doubt they will be sufficient for all projects. And I still do not have
> any numbers of memory consumption.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to