Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@105492 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -187,7 +187,7 @@ MBool XMLDOMUtils::getNameSpace
|
||||
(const String& prefix, Element* element, String& dest)
|
||||
{
|
||||
String attName("xmlns");
|
||||
if (prefix.length() > 0) {
|
||||
if (!prefix.isEmpty()) {
|
||||
attName.append(':');
|
||||
attName.append(prefix);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user