XML data binding - Castor-like
deelan
ggg at zzz.it
Tue Feb 24 12:15:41 EST 2004
Przemyslaw Wegrzyn wrote:
> Hi!
>
> I'm quite new to Python. Is there anything like Castor or JAXB available for
> Python ? All I have found is generateDS.py, but it seems to be very limited
> and a bit buggy - it seems to be sensitive to the order in which I declare
> elements in my XML Schema file.
dunno what castor is but this package provides
some link between python and a XSD schema file:
"Python XML Marshaller"
<http://home.pacbell.net/pyared/pybypy/xml/>
also, before give up, check out the other
XML<-->python bindings:
"XML Data Bindings in Python"
<http://www.xml.com/pub/a/2003/06/11/py-xml.html>
--
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<#me> a foaf:Person ; foaf:nick "deelan" ;
foaf:weblog <http://www.deelan.com/> .
More information about the Python-list
mailing list