comparison Lib/IMPL/DOM/Navigator/SimpleBuilder.pm @ 103:c289ed9662ca

Schema beta 2 More strict validation, support for inflating a simple nodes and properties
author wizard
date Fri, 07 May 2010 18:17:40 +0400
parents 16ada169ca75
children 76515373dac0
comparison
equal deleted inserted replaced
102:cf3b6ef2be22 103:c289ed9662ca
32 $this->internalNavigateNodeSet($node); 32 $this->internalNavigateNodeSet($node);
33 } 33 }
34 return $node; 34 return $node;
35 } 35 }
36 36
37 sub inflateValue {
38 $_[1];
39 }
40
37 1; 41 1;