dynamic mapping

I have an requirement such that I have a xml that gets mapped to another xml. The mapping structure for this is defined in a database. I need to read the database which contains xpath of the source and target xml’s, load them into some array. Then i need to do dynamic mapping between these 2 xml’s. how can we achieve this?

Hi Bhanu,

You can use an JDBC adapter to get the xpath data from your DB which load by default in an document array. Can you be more explicit regarding the dynamic mapping?