[XML-SIG] xml parsers

Lars Marius Garshol larsga@garshol.priv.no
24 Mar 2000 09:00:15 +0100


* Ken Seehof
|
| 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?

Probably the xmllib module that comes with the interpreter.  Just look
in the module index in the library reference documentation.

--Lars M.