<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pyxslt</name>
<shortdesc>Serialize Python objects to XML using an XSL stylesheet.</shortdesc>
<description>pyxslt makes it easy to turn Python objects into XML documents.  In
addition to basic XML serialization, pyxslt can also apply an XSL
stylesheet to the serialized XML fragments.  You could, for example, use
pyxslt to convert the results of an SQLObject_ query to an XHTML file.

All Python objects given to pyxslt are converted into their string
representations.  pyxslt focuses on serializing objects in such a way as
to make the construction of XSL stylesheets as easy as possible.  As a
result, pyxslt's XML serialization is usually not reversible.

In other words, pyxslt is not a replacement for pickle_, marshal_,
shelve_, or any of the other true serialization modules.  pyxslt is
designed with one-way XSL transformation in mind.

pyxslt makes use of libxml2_ to build its internal XML documents and
libxslt_ to perform XSL transformations.  Both packages must be
installed in order for pyxslt to do its job.

.. _SQLObject: http://sqlobject.org/
.. _pickle: http://docs.python.org/lib/module-pickle.html
.. _marshal: http://docs.python.org/lib/module-marshal.html
.. _shelve: http://docs.python.org/lib/module-shelve.html
.. _libxml2: http://xmlsoft.org/
.. _libxslt: http://xmlsoft.org/XSLT/</description>
<download-page>http://www.strangeGizmo.com/products/pyxslt/pyxslt-0.9.1.tar.gz</download-page>
<homepage rdf:resource="http://www.strangeGizmo.com/products/pyxslt/" />
<maintainer><foaf:Person><foaf:name>Michael Alyn Miller</foaf:name>
<foaf:mbox_sha1sum>f249389b44ef462f6944dc3fc417be76cc1f25d5</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.9.1</revision></Version></release>
</Project></rdf:RDF>