|
|
 |
Article:
 |
 |
DOM and SAX Are Dead, Long Live DOM and SAX
|
| Subject: |
How about Digester? |
| Date: |
2001-11-18 14:10:18 |
| From: |
dion gillard |
|
|
|
|
It's an Apache Jakarta Commons project, with a couple of stable releases behind it. It mixes the best of both worlds.
You specify your rules by 'coding' them, and it uses a SAX parser to fire them off.
|
- How about Digester?
2001-11-24 23:04:37 Jeff Turner
Just what I was thinking. It's a layer on top of SAX, where you register certain actions to be taken when XPath-specified * patterns are met.
The URL is:
http://jakarta.apache.org/commons/digester.html
But most of the docs (incl. examples) are at:
http://jakarta.apache.org/commons/digester/commons-digester-1.1.1/docs/api/index.html
* (Well not XPath, just '/foo/bar'-type patterns)
|
 |
Sponsored By:
|