Bug 96478. Change the use of getAttributeNode and getAttribute to getAttr

r=peterv sr=jst a=asa
This commit is contained in:
sicking%bigfoot.com 2005-11-02 07:37:49 +00:00
Родитель a56edb1b0c
Коммит 72cbe9dea6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -80,7 +80,7 @@ MBool txNodeSorter::addSortElement(Element* aSortElement,
String attrValue;
// Select
if (aSortElement->getAttributeNode(SELECT_ATTR))
if (aSortElement->hasAttr(txXSLTAtoms::select, kNameSpaceID_None))
key->mExpr = mPs->getExpr(aSortElement, ProcessorState::SelectAttr);
else {
if (!mDefaultExpr) {