mhoyt 2005/01/11 13:49:25
Modified: c/src/xalanc/XSLT ElemLiteralResult.cpp
Log:
Remove redundant AVT evaluation call. ElemLiteralResults::evaluateAVTs is
also invoked when the parent's method
ElemUse::getFirstChildElemToExecute/ElemUse::getNextChildElemToExecute is
called.
Revision Changes Path
1.10 +0 -2 xml-xalan/c/src/xalanc/XSLT/ElemLiteralResult.cpp
Index: ElemLiteralResult.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/ElemLiteralResult.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ElemLiteralResult.cpp 8 Nov 2004 18:18:56 -0000 1.9
+++ ElemLiteralResult.cpp 11 Jan 2005 21:49:25 -0000 1.10
@@ -338,8 +338,6 @@
}
}
- evaluateAVTs(executionContext);
-
return beginExecuteChildren(executionContext);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]