diff Lib/IMPL/DOM/Schema.pm @ 152:1e7f03414b65

DOM: schema improvements DOM: saving to XML::Writer feature
author wizard
date Thu, 23 Sep 2010 03:58:43 +0400
parents c8dfbbdd8005
children 4267a2ac3d46
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema.pm	Fri Aug 20 16:33:37 2010 +0400
+++ b/Lib/IMPL/DOM/Schema.pm	Thu Sep 23 03:58:43 2010 +0400
@@ -88,7 +88,8 @@
 		Navigator => new IMPL::DOM::Navigator::Builder(
 			$class,
 			$class->MetaSchema
-		)
+		),
+		SkipWhitespace => 1
 	);
 		
 	$reader->ParseFile($file);