Thx for responsing. However, XML support is really important. In our project, we use AJAX in the web tier. XML is the very representation for business data. If the ORM can return XML result, we can get rid of a lot of meaningless reflections in our system. More over, XML is a good structure in representing information. For data processing, we can use JAXP and XSLT, partially at least. Also, we can use Prototype pattern to encapsulate the dom object as generic object class.
Actually, in our project we decide to use XML everywhere and we look for some ORM approach to support our scenario. Hibernate has announced XML support in 3.0, although it is said to be "an experimental feature in Hibernate 3.0 and is under extremely active development". Sincerely to say, getting away XML support in ORM is a rather stupid decision... Shepherd -- View this message in context: http://www.nabble.com/Can+I+use+Map+or+XML+result+in+mapping+complex+properties-t1661124.html#a4515908 Sent from the iBATIS - User - Java forum at Nabble.com.
