XML as a programming tool

Tyler Baker tyler at infinet.com
Fri Dec 19 10:41:05 GMT 1997



Peter Murray-Rust wrote:

> This message is probably trivial for those with a lsp+ gene, but it may
> open new horizons for those like me.
>
> It has come as a revelation to me that XML *with its assorted toolkit* is a
> powerful programming aid for many applications. Most (non-textual)
> applications of XML will come with a Tree tool including editing, display,
> searching (a la TEI Xpointer), and transformation. These facilities are
> extremely useful in program development and maintenance. Since JUMBO
> implements all of these I have started to use these *in creating JUMBO
> itself*, and potentially as library routines for other non-Jumboid
> applications.
>

In case everyone does not already know, JDK 1.2 beta 2 is out on SUN's web site
at http://java.sun.com

It now has unsynchronized collection classes which should significantly improve
the performance of any parser which uses these features since most parsers only
use one thread anyways.  Hashtable and Vector have everything synchronized which
slows things down a lot.  I just thought this might be of use to anyone
developing XML parsers.

Tyler


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list