Friends
Does anyone know any open source which can take a XML template and a
bunch of Java Objects and spit out an XML which follows the template? I
tried this product called axt but for some reason i get a
"java.lang.UnsupportedClassVersionError:" in my main class. Any help in
this regard would be greatly appreciated.
Thanks
Sriram
Larry Coon - 30 Nov 2005 18:36 GMT
> Friends
> Does anyone know any open source which can take a XML template and a
> bunch of Java Objects and spit out an XML which follows the template?
Never used this myself so I don't know if it does what you
want, but have you looked at Castor? http://www.castor.org/
Larry Coon
University of California
vsingr - 30 Nov 2005 19:47 GMT
Thanks a lot larry
castor seems to accomplish what i am trying to do out here.
regards
Sriram