Index: /trunk/include/iprt/cpp/xml.h
===================================================================
--- /trunk/include/iprt/cpp/xml.h	(revision 79798)
+++ /trunk/include/iprt/cpp/xml.h	(revision 79799)
@@ -443,5 +443,5 @@
     bool isAttribute() const
     {
-        return m_Type == IsElement;
+        return m_Type == IsAttribute;
     }
 
