[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A compact toolkit for parsing and manipulating XML
- From: Kelli Wiginton <kwigint@us.ibm.com>
- To: xml-dev@lists.xml.org
- Date: Thu, 22 Mar 2001 11:12:55 -0800
=============================
A compact toolkit for parsing and manipulating XML
This article describes the design and implementation of an intuitive, fast
and compact (40K) Java toolkit for parsing and manipulating XML -- Electric
XML -- the XML engine of the author's company. It shows one way to apply
object-oriented techniques to the creation of an XML parser, and it
provides useful insight into API design. The source code for the
non-validating parser described in this article may be downloaded and used
freely for most commercial uses.
http://www-106.ibm.com/developerworks/xml/library/x-elexml/index.html?open&l=136,t=gr,p=electricXML
=============================
=============================
XML programming in Java
In this tutorial, XML Evangelist Doug Tidwell shows you how to use an XML
parser and other tools to create, process, and manipulate XML documents.
http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-bytitle/090E4CED6DF2AA648525682B0052CBDA?open&l=136,t=gr,p=xmlprogjv
=============================
=============================
XML Parser for Java
Version 3.1.1 increases performance as well as enhancing thread safety.
Contains public and stable support of the DOM Level 1, and SAX Level 1
specifications. It also contains implementations of the DOM Level 2, SAX
Level 2 implementations, and partial April 7 W3C Schema implementations but
these are considered experimental, as the specifications themselves are
still subject to change.
http://www.alphaworks.ibm.com/tech/xml4j?open&l=136,t=gr,p=xmlpars4j
=============================