Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema/NodeSet.pm @ 100:df6b4f054957
Schema in progress
Added simple mailer
author | wizard |
---|---|
date | Thu, 06 May 2010 00:54:17 +0400 |
parents | 16ada169ca75 |
children | cf3b6ef2be22 |
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/NodeSet.pm Wed May 05 17:33:55 2010 +0400 +++ b/Lib/IMPL/DOM/Schema/NodeSet.pm Thu May 06 00:54:17 2010 +0400 @@ -55,7 +55,6 @@ push @errors, new IMPL::DOM::Schema::ValidationError ( Source => $this, Node => $child, - Schema => $info->{Schema}, Message => $this->messageUnexpected ) } @@ -65,7 +64,6 @@ push @errors, new IMPL::DOM::Schema::ValidationError ( Source => $this, Schema => $info->{Schema}, - Node => $node, Message => $this->messageMin ) if $info->{Min} > $info->{Seen}; }