jdonohue 00/04/13 09:11:01
Modified: c/src/XSLT StylesheetHandler.cpp
Log:
Eliminated saved_pLastPopped
Revision Changes Path
1.17 +1 -3 xml-xalan/c/src/XSLT/StylesheetHandler.cpp
Index: StylesheetHandler.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- StylesheetHandler.cpp 2000/04/12 19:41:02 1.16
+++ StylesheetHandler.cpp 2000/04/13 16:11:01 1.17
@@ -1168,9 +1168,8 @@
{
foundIt = true;
-// ?? PushPopIncludeState
theStateHandler(*this);
+ PushPopIncludeState theStateHandler(*this);
- ElemTemplateElement* saved_pLastPopped = m_lastPopped;
m_lastPopped = 0;
const XalanDOMString href = atts.getValue(i);
@@ -1190,7 +1189,6 @@
m_stylesheet.getIncludeStack().pop_back();
- m_lastPopped = saved_pLastPopped;
}
else if(!isAttrOK(aname, atts, i))
{