diff --git a/include/libgourou.h b/include/libgourou.h index b32a895..fc8164c 100644 --- a/include/libgourou.h +++ b/include/libgourou.h @@ -40,7 +40,7 @@ #define ACS_SERVER "http://adeactivate.adobe.com/adept" #endif -#define LIBGOUROU_VERSION "0.2.1" +#define LIBGOUROU_VERSION "0.2.2" namespace gourou { diff --git a/src/libgourou.cpp b/src/libgourou.cpp index 2b069c0..ceb9c6d 100644 --- a/src/libgourou.cpp +++ b/src/libgourou.cpp @@ -132,7 +132,8 @@ namespace gourou ns = attrName.substr(attrName.find(':')+1); nsHash[ns] = ait->value(); - break; + // Don't break here because we may multiple xmlns definitions + // break; } }