[Jython-users] re: Creating Objects from XML Schemas
by Sean McGrath other posts by this author
Oct 14 2003 9:40AM messages near this date
Re: [Jython-users] Concating string and number..
|
RE: [Jython-users] Concating string and number..
[Mike Kopack]
> Does anyone know of a package for Py/Jython that will read in an XML Schema
> and build up an object on the fly that has that same structure?
I've used Castor sucessfully in the past to generate Java from XSD and then
import the
Java classes into Jython.
For pure python approaches, see Uche Ogbuji's two part article on XML.com
(http://www.xml.com/pub/a/2003/06/11/py-xml.html) and also
Anobind (http://www.xml.com/pub/a/2003/08/13/py-xml.html).
Sean
http://seanmcgrath.blogspot.com
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
|