Is this possible? Situation is that I want to store some XML in my database, but keep it as generic as possible in case we need to deploy it to a difference backend.
I realise I could store it as a String, but I believe MSSQL/Oracle optimise and validate XML if you store it this way, and let you search on it?