dbertoni 01/07/22 18:38:38
Modified: c/src/TestXPath TestXPath.cpp
Log:
Use Xalan source tree instead of Xerces DOM.
Revision Changes Path
1.32 +5 -5 xml-xalan/c/src/TestXPath/TestXPath.cpp
Index: TestXPath.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- TestXPath.cpp 2001/06/15 22:11:09 1.31
+++ TestXPath.cpp 2001/07/23 01:38:38 1.32
@@ -2,7 +2,7 @@
* The Apache Software License, Version 1.1
*
*
- * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -117,8 +117,8 @@
-#include <XercesParserLiaison/XercesDOMSupport.hpp>
-#include <XercesParserLiaison/XercesParserLiaison.hpp>
+#include <XalanSourceTree/XalanSourceTreeDOMSupport.hpp>
+#include <XalanSourceTree/XalanSourceTreeParserLiaison.hpp>
@@ -1283,7 +1283,7 @@
XPathInit
theXPathInit;
XPathEnvSupportDefault theXPathEnvSupport;
- XercesDOMSupport theDOMSupport;
+ XalanSourceTreeDOMSupport theDOMSupport;
XObjectFactoryDefault theXObjectFactory;
XPathFactoryDefault theXPathFactory;
XPathProcessorImpl
theXPathProcessor;
@@ -1294,7 +1294,7 @@
XalanStdOutputStream theStdOut(cout);
XalanOutputStreamPrintWriter thePrintWriter(theStdOut);
- XercesParserLiaison
theLiaison(theDOMSupport);
+ XalanSourceTreeParserLiaison theLiaison(theDOMSupport);
RunTests(theXPathFactory,
theXPathProcessor,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]