[XML-SIG] Looking for JAXB-like XML python binding

Peter Nordlund Peter.L.Nordlund@telia.com
Sun, 07 Apr 2002 10:01:49 +0200


Hi all,

Here comes a python-xml newbie question:

Is there any framwork in the spirit of JAXB 
available for python?

For more info on JAXB, see http://java.sun.com/xml/jaxb/index.html
which I have cited below:
--------
  JAXB makes XML easy to use by compiling an
  XML schema (currently only DTDs are supported)
  into one or more Java technology classes. The
  generated classes handle all the details of XML
  parsing and formatting. Similarly, the generated
  classes ensure that the constraints expressed in the
  schema are enforced in the resulting methods and
  Java technology language data types.
--------

JAXB fulfills all my needs except that is Java and not Python...


Best regards,
Peter