I am using MySql 5.0 in the servers. Some functionality implemented using MySql 5.1 in development environments are not working in production servers. One such function is EXTRACTVALUE
function used to extract values in XML data.
Hope someone might have done previously to extract XML values in a MySql 5.0. Really appreciate if share the implemented MySql function that work like EXTRACTVALUE
or the idea how to do that.