XML-code examples
Jürgen Hermann
jhe at webde-ag.de
Fri Jun 23 15:33:58 EDT 2000
> [Thomas Weholt, on Wed, 14 Jun 2000]
> :: Is there more simple XML code out there? I mean the HowTos took about
> :: ten minutes, and it didn`t cover much.
For a real-world example, you can check out
http://center.oftheinter.net/~jh/xml/bookmarks/checkurls.py
and the other files in that directory. It parses a XBEL file, and checks the
status of the bookmarks in that file via the httplib module.
My very first non-trivial Python program, BTW. :)
More information about the Python-list
mailing list