diff _test/Test/Web/View.pm @ 389:5aff94ba842f

DOM Schema refactoring complete
author cin
date Wed, 12 Feb 2014 13:36:24 +0400
parents cbf4febf0930
children
line wrap: on
line diff
--- a/_test/Test/Web/View.pm	Tue Feb 11 20:22:01 2014 +0400
+++ b/_test/Test/Web/View.pm	Wed Feb 12 13:36:24 2014 +0400
@@ -59,10 +59,10 @@
 		
 		my $meta = FormMeta->new(
 			$doc,
-			$doc->schemaSource->type,
+			$doc->schemaNode->type,
 			{
-				decl => $doc->schemaSource,
-				schema => $doc->schema,
+				decl => $doc->schemaNode,
+				schema => $doc->schemaType,
 				errors => $errors
 			}
 		);