attribute support
diff --git a/tinyxml2.h b/tinyxml2.h
index 100ade0..ba5d031 100644
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -169,6 +169,7 @@
 private:

 	char* ParseDeep( char* p );

 

+	StrPair name;

 	StrPair value;

 	XMLAttribute* next;

 };