Extensible object to XML converter

Extensible object to XML converter

Extensible object to XML converter Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 334
  • Released: Feb 23, 2007

Extensible object to XML converter Description

This function generates XML for any Python object through recursive functions. It is easy to add specific handlers for your own object types for more complex output options.

Extensible object to XML converter Keywords

Extensible object to XML converter Bookmark

Hyperlink code:
Hyperlink for Forum code:

Extensible object to XML converter Script Download Notice

Top 4 Download periodically updates information of Extensible object to XML converter script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Extensible object to XML converter torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Numeric base converter

This is a traditional base converter with the twist that it accepts any strings as the digits for the input and output bases. Besides all the normal base-converts, you can now create compact versions of huge numbers by converting them to a base that uses all the letters and numbers ...
Python

CookieInfo

... most browsers store. The CookieInfo class makes Cookie objects from the cookie file. It also provides methods ... on the whole set of Cookies. The Cookie object provides methods to convert a cookie into both XML and SQL. ...
Python

Get attributes of an object in MS Active Directory

... what attributes are available to you for an object in active directory. You cannot ask the object directly for that, instead you need to use the schema of the object. All of this is done with python's COM ...
Python

Constant Object Passing

This script shows you how to pass objects as "constant" (immutable) in python. ...
Python

Null Object Design Pattern

This script is a sample implementation of the 'Null Object' design pattern. Roughly, the goal with Null objects is to provide an 'intelligent' replacement for the often used primitive data type None in Python or Null (or Null pointers) in other languages. ...
Python