dbertoni 2002/10/10 19:01:37
Modified: c/src/XSLT XSLTEngineImpl.hpp
Log:
Use new XalanNamespacesStack class.
Revision Changes Path
1.99 +5 -1 xml-xalan/c/src/XSLT/XSLTEngineImpl.hpp
Index: XSLTEngineImpl.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.hpp,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- XSLTEngineImpl.hpp 10 Oct 2002 21:45:14 -0000 1.98
+++ XSLTEngineImpl.hpp 11 Oct 2002 02:01:37 -0000 1.99
@@ -98,6 +98,10 @@
+#include <DOMSupport/XalanNamespacesStack.hpp>
+
+
+
#include <XPath/Function.hpp>
@@ -1720,7 +1724,7 @@
/*
* Stack of current result namespaces...
*/
- ResultNamespacesStack m_resultNamespacesStack;
+ XalanNamespacesStack m_resultNamespacesStack;
/*
* Dummy AttributeListImpl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]