Does anyone know if there is a package available that determines whether or not two XPATH statements are the same even if they don't look identical, given the schema.
For example, if my schema only allowed for one <dog> element, then "//dog" and "/animal/dog" would always return the same...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.