matth has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

I have come across commercial software that allows the creation of Java classes from XML. Is there anything along these lines for Perl? Or an open source Java alternative?

Replies are listed 'Best First'.
Re: XML-> Classes
by gjb (Vicar) on Jan 23, 2003 at 15:07 UTC

    You could have a look at this thread which discussed the relation between XML Schema and Perl OO.

    For Java, there's JAXB (Java Architecture for XML Binding), a project from SUN.

    Just my two cents, -gjb-

    Update: I just noticed an article on JAXB published on http://www.xml.com/.