hi I have few xml files and their xsds.. What i want is xmlbeans should generate DTOs for all these and read the elements from the DTOs. Currently I have done it for one xml file.say my file is Clients.xml.. I generated Clients.jar and then used ClientsDocument reference to read from the DTOs... but when i have uncertain number of xml files and more files keep on coming then do i have to write separate code to read individual xml files. Is there some generic class which can help me read the DTOs for separate xmls so that i need not change my code or add any new code when a new xml file is introduced? amit -- View this message in context: http://www.nabble.com/some-generic-class-which-can-help-me-read-the-DTOs-for-separate-xmls-tf3141591.html#a8707122 Sent from the Xml Beans - User mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

