another round on the element parsing. Test case passes.
diff --git a/tinyxml2.h b/tinyxml2.h
index 9f63514..8136d82 100644
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -588,7 +588,8 @@
 	ERROR_PARSING_DECLARATION,

 	ERROR_PARSING_UNKNOWN,

 	ERROR_EMPTY_DOCUMENT,

-	ERROR_MISMATCHED_ELEMENT

+	ERROR_MISMATCHED_ELEMENT,

+	ERROR_PARSING

 };