[
Lists Home |
Date Index |
Thread Index
]
- To: "Jeff Rafter" <jeffrafter@defined.net>,"Robin Berjon" <robin.berjon@expway.fr>
- Subject: RE: [xml-dev] Java SAX tools (was: Re: [xml-dev] Adding standalone="yes" to XML document)
- From: "Paul Brown" <prb@fivesight.com>
- Date: Fri, 15 Aug 2003 13:52:45 -0400
- Cc: <xml-dev@lists.xml.org>
- Thread-index: AcNjRAppjzsbEAO5SHCz6Rz18l+i8gAESNLw
- Thread-topic: [xml-dev] Java SAX tools (was: Re: [xml-dev] Adding standalone="yes" to XML document)
Jeff / Robin --
> [SAX and Java]
The question of (a subset of) XPath applied to a SAX stream and the
construction of generic SAX filters has been addressed in some detail by
an open endeavor called STX [1]. STX is an XSLT-like langugage for
building generic SAX event filters and provides a subset of XPath
2.0-like commands for matching events and processing data.
There is a Java implementation called Joost [2], and there is also an
introductory article [3] on XML.com
-- Paul
[1] http://stx.sourceforge.net
[2] http://joost.sourceforge.net
[3] http://www.xml.com/pub/a/2003/02/26/stx.html
|