[
Lists Home |
Date Index |
Thread Index
]
Elliotte Rusty Harold wrote:
> You can't create attributes with SAX. SAX is read-only.
> You can do it with DOM, and that's certainly way too verbose.
> JDOM, however, is much simpler...
Sure you can, by consuming ContentHandler instead of implementing it. In
fact, this use of SAX is MUCH more intuitive than for reading documents.
-aaron
......................................................
. Aaron Skonnard, DevelopMentor (http://skonnard.com).
. Essential XML Quick Reference available online! .
. Download PDFs: http://www.develop.com/books .
......................................................
|