You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Jochen Wiedmann <jo...@gmail.com> on 2006/01/08 02:58:10 UTC

Announce: ws-commons-util 1.0-SNAPSHOT

Hi,

I have made a first snapshot of ws-commons-util available on

     http://ws.apache.org/commons/util

Project description:

     This is a small collection of utility classes, that allow high
     performance XML processing based on SAX. Basically, it is assumed,
     that you are using an JAXP 1.1 compliant XML parser and nothing
     else. In particular, no dependency on the javax.xml.transform
     package is introduced.

The package is derived from JaxMe classes and being used in my proposal 
for Apache XML-RPC 3 (the "streaming" branch).

Included are:

     - Transformer classes (SAX -> DOM, DOM -> SAX, etc); basically
       small and fast replacements for javax.xml.transform
     - Streaming versions of a BASE64 encoder/decoder
     - Implementations of java.text.format for xs:dateTime, xs:date,
       and xs:time
     - An extended implementation of javax.xml.namespace.NamespaceContext


Jochen