Python Cookbook -- Merging XBEL Bookmark files
(Uche Ogbuji)
This recipe uses DOM (precisely, cDomlette or the minidom variant in 4Suite) to merge two files ... Modified: Jun 23 2002 2:46
24%
XSLT Cookbook -- Determining the MSXML version
(Paul Prescod)
This is not so much an XSLT recipe but it is covered here because other recipes only work with ... Modified: Jun 27 2001 5:58
23%
Python Cookbook -- xml2obj II
(bob w)
I updated John Bair's xml2obj to allow better support of actually parsing xml files. Some of the ... Modified: Oct 4 2004 2:28
Tcl Cookbook -- Tcl XML drug database demo
(Alex Caldwell)
Demo using Tcl XML packages by much more talented programmers than myself for a useful XML drug ... Modified: Dec 9 2002 8:50
16%
Python Cookbook -- Geocoding via Google Maps
(Matt Keranen)
A simple script written as an experiment in geocoding addresses in a database. An address such as ... Modified: Sep 23 2006 6:12
15%
Python Cookbook -- Make an XML-RPC method call
(Rael Dornfest)
Make a method call to an XML-RPC server using xmlrpclib
(http://www.pythonware.com/products/xmlrpc/... Modified: Mar 12 2001 12:06
15%
Python Cookbook -- XML-RPC with Medusa
(Jeff Bauer)
This section demonstrates remote method calls between two
machines (or processes) using the XML-RPC ... Modified: Mar 11 2001 11:41
Python Cookbook -- Auto-detect XML encoding
(Paul Prescod)
The XML specification describes the outlines of an algorithm for detecting the
Unicode encoding ... Modified: Mar 14 2001 8:33