dbertoni 2003/05/07 17:15:29
Modified: c/src/XalanTransformer XalanTransformer.cpp
Log:
Use XPathFactoryBlock.
Revision Changes Path
1.68 +3 -4 xml-xalan/c/src/XalanTransformer/XalanTransformer.cpp
Index: XalanTransformer.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- XalanTransformer.cpp 25 Feb 2003 16:36:10 -0000 1.67
+++ XalanTransformer.cpp 8 May 2003 00:15:28 -0000 1.68
@@ -83,7 +83,6 @@
#include <XPath/XObjectFactoryDefault.hpp>
#include <XPath/XPathFactoryBlock.hpp>
-#include <XPath/XPathFactoryDefault.hpp>
@@ -508,9 +507,9 @@
// Create some more support objects...
XSLTProcessorEnvSupportDefault theXSLTProcessorEnvSupport;
- XObjectFactoryDefault theXObjectFactory;
+ XObjectFactoryDefault theXObjectFactory;
- XPathFactoryDefault theXPathFactory;
+ XPathFactoryBlock theXPathFactory;
// Create a processor...
XSLTEngineImpl theProcessor(
@@ -1139,7 +1138,7 @@
XObjectFactoryDefault theXObjectFactory;
- XPathFactoryDefault theXPathFactory;
+ XPathFactoryBlock theXPathFactory;
// Create a processor...
XSLTEngineImpl theProcessor(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]