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 value.
Is there a package that can say "yes, those statements would always return the same thing!".
Thanks!
For example, if my schema only allowed for one <dog> element, then "//dog" and "/animal/dog" would always return the same value.
Is there a package that can say "yes, those statements would always return the same thing!".
Thanks!