Exporting content as xml

Sometimes you need to interface with external applications. Often this can be done via xml, so you need a way to convert your content data to xml.

This document holds a list and discussion of packages which are used to solving this task.

z3c.schema2xml

http://pypi.python.org/pypi/z3c.schema2xml

Allows you to convert your schema-defined objects to xml. Can be extended with custom serializers.