a bit of cleanup updated with the new result strings Daniel

* error.c xmlschemas.c: a bit of cleanup
* result/schemas/*.err: updated with the new result strings
Daniel
diff --git a/error.c b/error.c
index a1d6088..fcc0fdd 100644
--- a/error.c
+++ b/error.c
@@ -311,10 +311,10 @@
             channel(data, "regexp ");
             break;
         case XML_FROM_SCHEMASV:
-            channel(data, "Schemas validity");
+            channel(data, "Schemas validity ");
             break;
         case XML_FROM_SCHEMASP:
-            channel(data, "Schemas parser");
+            channel(data, "Schemas parser ");
             break;
         case XML_FROM_RELAXNGP:
             channel(data, "Relax-NG parser ");