Hello All,
We are struggling with some namespace compatibility issues. Currently we store some external data in our database as XML files with namespace as xmlns="http://xyz.com/prodresponse/v2", recently the vendor has changed the namesspace to xmlns="http://xyz.com/prodresponse/v4".
The issue is we need to deal with both old and new namespace data seamlessly for our internal application purpose. I do see only one option at the momemnt:
- Run a SQL script to convert existing xml data's from version v2 to v4.
Any other options?
Many thanks in advance