Share

Stack API for XML

Project News for Stack API for XML

  • StAX 1.0 available from maven repository at ibiblio.org

    StAX version 1.0 is now available from the central maven repository at ibiblio.org.

    To include StAX as a dependency in your maven project, use groupId=net.sf.stax, artifactId=stax, and version=1.0. For more information on building java projects with maven, please see

    http://maven.apache.org

    2005-05-28 06:58:06 UTC by heuermh

  • StAX version 1.0 finally released

    Although the StAX project was registered at SourceForge and source code was first committed nearly four years ago, a version 1.0 release is finally available.

    Stack API for XML (StAX) is an event-based interface for XML parsing, very similar to Simple API for XML (SAX). However, instead of passing parse events for a whole document to a single ContentHandler, sub-trees can easily be delegated to other handlers. StAX also provides an event-based interface for the process of mapping XML ids to java objects.

    For more information, see the new StAX project website at

    > http://stax.sourceforge.net

    2005-02-23 22:15:25 UTC by heuermh

  • Initial upload

    I've just separated the StAX code out of BioJava, and uploaded it to CVS here. There should be a tutorial in the next few days.

    2001-09-19 11:25:30 UTC by thomasd