Added the improved attribute query
diff --git a/xmltest.cpp b/xmltest.cpp
index 93b5599..20e3fa9 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -319,6 +319,7 @@
 		ele->QueryIntAttribute( "int", &iVal );

 		ele->QueryDoubleAttribute( "double", &dVal );

 

+		XMLTest( "Attribute match test", ele->Attribute( "str", "strValue" ), "strValue" );

 		XMLTest( "Attribute round trip. c-string.", "strValue", cStr );

 		XMLTest( "Attribute round trip. int.", 1, iVal );

 		XMLTest( "Attribute round trip. double.", -1, (int)dVal );