I have XPATH statements that are written to work with data based on an older schema, let's call it schema 1.0. Now I want to use those same XPATH statements on data that written based on a newer schema (2.0). Though the two schemas are different there is a close correlation between the data in both.
I want to be able to create a converter that transforms my old XPATH statements into new statements that will work with my new schema. Does anyone know if there are any toolkits available that will help me accomplish this? Has anyone had to do this? Any suggestions?
Thanks in advance
I want to be able to create a converter that transforms my old XPATH statements into new statements that will work with my new schema. Does anyone know if there are any toolkits available that will help me accomplish this? Has anyone had to do this? Any suggestions?
Thanks in advance