[XML-SIG] xml parsers

Ken Seehof kens@sightreader.com
Thu, 23 Mar 2000 21:52:13 -0800


I want to use XML as an application data format, not for
printable/displayable documents.
I don't want DOM (way overkill; I just want to go directly to my data
structures).
I don't plan to have a !DOCTYPE section.
Reading the whole file at once is okay.
Basically I wan't to use XML as a simple tagged file format, nothing
else.

What is the easiest, most convenient parser solution for me?

- Ken Seehof