Hi Mike: I've used the libxml2 python bindings a fair bit and this is a good start on documenting them. There is a bit of a learning curve but I think that has more to do with learning libxml2 and less with the python bindings, but that said it's still nice to see python specific documentation.
If I had any suggestions it would be to intersperse working python code examples for common operations in with the explanatory prose. I think a lot of folks just quickly want to know how to do basic tasks, a sort of cookbook FAQ. e.g. how do I parse a doc and find all foobar elements and return a list of them? how do I build complex python objects by parsing an XML doc? how can I serialize python objects into XML? etc. The examples can illustrate basic concepts in libxml2. -- John Dennis <[EMAIL PROTECTED]> Learn. Network. Experience open source. Red Hat Summit San Diego | May 9-11, 2007 Learn more: http://www.redhat.com/promo/summit/2007 _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
