diff Lib/IMPL/DOM/Schema/Validator/Compare.pm @ 108:c6fb6964de4c

Removed absolute modules Updated DOM model, selectNodes can now select a complex path Web DOM model release candidate
author wizard
date Fri, 14 May 2010 16:06:06 +0400
parents 196bf443b5e1
children a4b0a819bbda
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/Validator/Compare.pm	Thu May 13 03:46:29 2010 +0400
+++ b/Lib/IMPL/DOM/Schema/Validator/Compare.pm	Fri May 14 16:06:06 2010 +0400
@@ -114,7 +114,7 @@
 	
 	my $query = $this->_pathTranslated() || $this->_pathTranslated($this->TranslatePath($this->nodePath));
 	
-	my ($foreignNode) = $node->selectPath($query);
+	my ($foreignNode) = $node->selectNodes($query);
 	
 	my $Source = $ctx && $ctx->{Source} || $this->parentNode;