Other News

Community

XML Data Bindings in Python, Part 2

by Uche Ogbuji – In my last article I started a discussion of data bindings for Python with a close look at generateDS.py. This time I’ll look at another package, gnosis.xml.objectify from David Mertz’s Gnosis Utilities. Dave Kuhlman, developer of generateDS, has also written up a comparison of his

Community

Appending to XML with ASP

The third article in Michael Qualls’ series on using XML with ASP is here! This time around we check to see if the file already exists, and if it does, we append to it. Using this type of technique we’re actually creating a data construct similar to a database table.