>Thanks for the information. We are currently not looking at the >products but trying to implement the data mapping inhouse. Can >any one suggest how difficult it is and the design >methodologies of implementing the same.
You need to buy or write something that will parse them, and decide how to represent the data you've parsed out of them in XML. Once you've got the data extracted and have decided how you want to structure the XML, generating XML syntax is trivial. Directly supporting the DOM and SAX APIs without going through an XML generate-and-parse layer is more work, especially if you want a mutable DOM which directly updates your back-end representations. Methodology, and complexity, depends directly upon the current format of the data and what code you already have on hand. We really can't answer that question for you. Size it as you would any other programming project... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
