dbertoni 02/02/22 20:23:18
Modified: c/src/XSLT ElemApplyImport.cpp ElemApplyTemplates.cpp
ElemAttribute.cpp ElemAttributeSet.cpp
ElemCallTemplate.cpp ElemChoose.cpp ElemChoose.hpp
ElemComment.cpp ElemCopy.cpp ElemCopyOf.cpp
ElemDecimalFormat.cpp ElemElement.cpp
ElemFallback.cpp ElemForEach.cpp ElemIf.cpp
ElemLiteralResult.cpp ElemMessage.cpp
ElemNumber.cpp ElemOtherwise.cpp ElemPI.cpp
ElemSort.cpp ElemTemplate.cpp
ElemTemplateElement.cpp ElemTemplateElement.hpp
ElemText.cpp ElemUse.cpp ElemValueOf.cpp
ElemVariable.cpp ElemWhen.cpp ElemWithParam.cpp
Stylesheet.cpp StylesheetHandler.cpp
StylesheetRoot.cpp XSLTEngineImpl.cpp
XSLTEngineImpl.hpp XSLTInputSource.cpp
XSLTInputSource.hpp
XSLTProcessorEnvSupportDefault.cpp
Log:
Fixes for Xerces "sane includes" change.
Revision Changes Path
1.15 +1 -1 xml-xalan/c/src/XSLT/ElemApplyImport.cpp
Index: ElemApplyImport.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemApplyImport.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ElemApplyImport.cpp 12 Jul 2001 05:05:30 -0000 1.14
+++ ElemApplyImport.cpp 23 Feb 2002 04:23:16 -0000 1.15
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.22 +1 -1 xml-xalan/c/src/XSLT/ElemApplyTemplates.cpp
Index: ElemApplyTemplates.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemApplyTemplates.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ElemApplyTemplates.cpp 20 Sep 2001 22:49:10 -0000 1.21
+++ ElemApplyTemplates.cpp 23 Feb 2002 04:23:16 -0000 1.22
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.35 +1 -1 xml-xalan/c/src/XSLT/ElemAttribute.cpp
Index: ElemAttribute.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemAttribute.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ElemAttribute.cpp 14 Dec 2001 17:45:41 -0000 1.34
+++ ElemAttribute.cpp 23 Feb 2002 04:23:16 -0000 1.35
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.17 +2 -2 xml-xalan/c/src/XSLT/ElemAttributeSet.cpp
Index: ElemAttributeSet.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemAttributeSet.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ElemAttributeSet.cpp 8 Nov 2001 01:08:48 -0000 1.16
+++ ElemAttributeSet.cpp 23 Feb 2002 04:23:16 -0000 1.17
@@ -58,8 +58,8 @@
-#include <sax/AttributeList.hpp>
-#include <sax/SAXException.hpp>
+#include <xercesc/sax/AttributeList.hpp>
+#include <xercesc/sax/SAXException.hpp>
1.22 +1 -1 xml-xalan/c/src/XSLT/ElemCallTemplate.cpp
Index: ElemCallTemplate.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemCallTemplate.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ElemCallTemplate.cpp 19 Dec 2001 22:03:05 -0000 1.21
+++ ElemCallTemplate.cpp 23 Feb 2002 04:23:16 -0000 1.22
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.17 +1 -2 xml-xalan/c/src/XSLT/ElemChoose.cpp
Index: ElemChoose.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemChoose.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ElemChoose.cpp 19 Sep 2001 21:20:46 -0000 1.16
+++ ElemChoose.cpp 23 Feb 2002 04:23:16 -0000 1.17
@@ -58,8 +58,7 @@
-#include <sax/AttributeList.hpp>
-#include <sax/SAXException.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.10 +1 -1 xml-xalan/c/src/XSLT/ElemChoose.hpp
Index: ElemChoose.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemChoose.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ElemChoose.hpp 9 Mar 2001 16:20:06 -0000 1.9
+++ ElemChoose.hpp 23 Feb 2002 04:23:16 -0000 1.10
@@ -69,7 +69,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.14 +1 -1 xml-xalan/c/src/XSLT/ElemComment.cpp
Index: ElemComment.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemComment.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ElemComment.cpp 19 Sep 2001 21:20:46 -0000 1.13
+++ ElemComment.cpp 23 Feb 2002 04:23:16 -0000 1.14
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.18 +1 -1 xml-xalan/c/src/XSLT/ElemCopy.cpp
Index: ElemCopy.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemCopy.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ElemCopy.cpp 19 Nov 2001 20:15:52 -0000 1.17
+++ ElemCopy.cpp 23 Feb 2002 04:23:16 -0000 1.18
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.25 +1 -1 xml-xalan/c/src/XSLT/ElemCopyOf.cpp
Index: ElemCopyOf.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemCopyOf.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ElemCopyOf.cpp 19 Nov 2001 20:15:52 -0000 1.24
+++ ElemCopyOf.cpp 23 Feb 2002 04:23:16 -0000 1.25
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.9 +1 -1 xml-xalan/c/src/XSLT/ElemDecimalFormat.cpp
Index: ElemDecimalFormat.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemDecimalFormat.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ElemDecimalFormat.cpp 26 Nov 2001 23:27:03 -0000 1.8
+++ ElemDecimalFormat.cpp 23 Feb 2002 04:23:16 -0000 1.9
@@ -62,7 +62,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.35 +1 -1 xml-xalan/c/src/XSLT/ElemElement.cpp
Index: ElemElement.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemElement.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ElemElement.cpp 26 Nov 2001 23:18:19 -0000 1.34
+++ ElemElement.cpp 23 Feb 2002 04:23:16 -0000 1.35
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.11 +1 -2 xml-xalan/c/src/XSLT/ElemFallback.cpp
Index: ElemFallback.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemFallback.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ElemFallback.cpp 7 Nov 2001 19:55:35 -0000 1.10
+++ ElemFallback.cpp 23 Feb 2002 04:23:16 -0000 1.11
@@ -62,7 +62,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
@@ -72,7 +72,6 @@
#include "Constants.hpp"
#include "StylesheetConstructionContext.hpp"
-//#include "StylesheetExecutionContext.hpp"
1.21 +1 -1 xml-xalan/c/src/XSLT/ElemForEach.cpp
Index: ElemForEach.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemForEach.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ElemForEach.cpp 26 Sep 2001 21:30:23 -0000 1.20
+++ ElemForEach.cpp 23 Feb 2002 04:23:16 -0000 1.21
@@ -63,7 +63,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.17 +1 -1 xml-xalan/c/src/XSLT/ElemIf.cpp
Index: ElemIf.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemIf.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ElemIf.cpp 19 Sep 2001 21:20:46 -0000 1.16
+++ ElemIf.cpp 23 Feb 2002 04:23:16 -0000 1.17
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.47 +2 -2 xml-xalan/c/src/XSLT/ElemLiteralResult.cpp
Index: ElemLiteralResult.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemLiteralResult.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ElemLiteralResult.cpp 4 Jan 2002 01:59:49 -0000 1.46
+++ ElemLiteralResult.cpp 23 Feb 2002 04:23:16 -0000 1.47
@@ -62,8 +62,8 @@
-#include <sax/AttributeList.hpp>
-#include <sax/SAXException.hpp>
+#include <xercesc/sax/AttributeList.hpp>
+#include <xercesc/sax/SAXException.hpp>
1.14 +1 -1 xml-xalan/c/src/XSLT/ElemMessage.cpp
Index: ElemMessage.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemMessage.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ElemMessage.cpp 19 Sep 2001 21:20:46 -0000 1.13
+++ ElemMessage.cpp 23 Feb 2002 04:23:16 -0000 1.14
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.52 +1 -1 xml-xalan/c/src/XSLT/ElemNumber.cpp
Index: ElemNumber.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ElemNumber.cpp 10 Dec 2001 16:30:59 -0000 1.51
+++ ElemNumber.cpp 23 Feb 2002 04:23:16 -0000 1.52
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.8 +1 -1 xml-xalan/c/src/XSLT/ElemOtherwise.cpp
Index: ElemOtherwise.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemOtherwise.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ElemOtherwise.cpp 19 Sep 2001 21:20:46 -0000 1.7
+++ ElemOtherwise.cpp 23 Feb 2002 04:23:16 -0000 1.8
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.20 +1 -1 xml-xalan/c/src/XSLT/ElemPI.cpp
Index: ElemPI.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemPI.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ElemPI.cpp 19 Sep 2001 21:20:46 -0000 1.19
+++ ElemPI.cpp 23 Feb 2002 04:23:16 -0000 1.20
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.12 +1 -1 xml-xalan/c/src/XSLT/ElemSort.cpp
Index: ElemSort.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemSort.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ElemSort.cpp 26 Nov 2001 23:20:04 -0000 1.11
+++ ElemSort.cpp 23 Feb 2002 04:23:16 -0000 1.12
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.21 +1 -1 xml-xalan/c/src/XSLT/ElemTemplate.cpp
Index: ElemTemplate.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplate.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ElemTemplate.cpp 19 Dec 2001 22:03:25 -0000 1.20
+++ ElemTemplate.cpp 23 Feb 2002 04:23:16 -0000 1.21
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.72 +2 -2 xml-xalan/c/src/XSLT/ElemTemplateElement.cpp
Index: ElemTemplateElement.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ElemTemplateElement.cpp 23 Feb 2002 03:33:35 -0000 1.71
+++ ElemTemplateElement.cpp 23 Feb 2002 04:23:16 -0000 1.72
@@ -62,8 +62,8 @@
-#include <sax/AttributeList.hpp>
-#include <sax/SAXException.hpp>
+#include <xercesc/sax/AttributeList.hpp>
+#include <xercesc/sax/SAXException.hpp>
1.39 +1 -1 xml-xalan/c/src/XSLT/ElemTemplateElement.hpp
Index: ElemTemplateElement.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.hpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ElemTemplateElement.hpp 23 Feb 2002 03:33:35 -0000 1.38
+++ ElemTemplateElement.hpp 23 Feb 2002 04:23:16 -0000 1.39
@@ -69,7 +69,7 @@
-#include <sax/Locator.hpp>
+#include <xercesc/sax/Locator.hpp>
1.7 +1 -1 xml-xalan/c/src/XSLT/ElemText.cpp
Index: ElemText.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemText.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ElemText.cpp 18 Jul 2001 04:33:15 -0000 1.6
+++ ElemText.cpp 23 Feb 2002 04:23:16 -0000 1.7
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.16 +1 -1 xml-xalan/c/src/XSLT/ElemUse.cpp
Index: ElemUse.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemUse.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ElemUse.cpp 26 Sep 2001 21:30:23 -0000 1.15
+++ ElemUse.cpp 23 Feb 2002 04:23:16 -0000 1.16
@@ -62,7 +62,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.28 +1 -1 xml-xalan/c/src/XSLT/ElemValueOf.cpp
Index: ElemValueOf.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemValueOf.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ElemValueOf.cpp 26 Nov 2001 23:20:04 -0000 1.27
+++ ElemValueOf.cpp 23 Feb 2002 04:23:16 -0000 1.28
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.24 +1 -1 xml-xalan/c/src/XSLT/ElemVariable.cpp
Index: ElemVariable.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemVariable.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ElemVariable.cpp 4 Jan 2002 20:33:15 -0000 1.23
+++ ElemVariable.cpp 23 Feb 2002 04:23:16 -0000 1.24
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.11 +1 -1 xml-xalan/c/src/XSLT/ElemWhen.cpp
Index: ElemWhen.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemWhen.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ElemWhen.cpp 26 Nov 2001 23:20:04 -0000 1.10
+++ ElemWhen.cpp 23 Feb 2002 04:23:16 -0000 1.11
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.11 +1 -1 xml-xalan/c/src/XSLT/ElemWithParam.cpp
Index: ElemWithParam.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemWithParam.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ElemWithParam.cpp 13 Aug 2001 17:08:53 -0000 1.10
+++ ElemWithParam.cpp 23 Feb 2002 04:23:16 -0000 1.11
@@ -58,7 +58,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.72 +1 -1 xml-xalan/c/src/XSLT/Stylesheet.cpp
Index: Stylesheet.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- Stylesheet.cpp 23 Feb 2002 03:36:16 -0000 1.71
+++ Stylesheet.cpp 23 Feb 2002 04:23:16 -0000 1.72
@@ -66,7 +66,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.75 +3 -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.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- StylesheetHandler.cpp 21 Dec 2001 01:30:42 -0000 1.74
+++ StylesheetHandler.cpp 23 Feb 2002 04:23:16 -0000 1.75
@@ -62,9 +62,9 @@
-#include <sax/Locator.hpp>
-#include <sax/SAXParseException.hpp>
-#include <util/XMLURL.hpp>
+#include <xercesc/sax/Locator.hpp>
+#include <xercesc/sax/SAXParseException.hpp>
+#include <xercesc/util/XMLURL.hpp>
1.55 +2 -5 xml-xalan/c/src/XSLT/StylesheetRoot.cpp
Index: StylesheetRoot.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetRoot.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- StylesheetRoot.cpp 19 Dec 2001 22:08:02 -0000 1.54
+++ StylesheetRoot.cpp 23 Feb 2002 04:23:16 -0000 1.55
@@ -76,11 +76,8 @@
-#include <sax/SAXException.hpp>
-
-
-
-#include <util/XMLURL.hpp>
+#include <xercesc/sax/SAXException.hpp>
+#include <xercesc/util/XMLURL.hpp>
1.133 +3 -6 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
Index: XSLTEngineImpl.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- XSLTEngineImpl.cpp 13 Feb 2002 17:31:58 -0000 1.132
+++ XSLTEngineImpl.cpp 23 Feb 2002 04:23:16 -0000 1.133
@@ -62,12 +62,9 @@
-#include <sax/DocumentHandler.hpp>
-#include <sax/EntityResolver.hpp>
-#include <sax/Locator.hpp>
-#include <sax/SAXException.hpp>
-#include <util/PlatformUtils.hpp>
-#include <framework/URLInputSource.hpp>
+#include <xercesc/sax/DocumentHandler.hpp>
+#include <xercesc/sax/EntityResolver.hpp>
+#include <xercesc/sax/Locator.hpp>
1.80 +1 -4 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.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- XSLTEngineImpl.hpp 14 Dec 2001 20:03:21 -0000 1.79
+++ XSLTEngineImpl.hpp 23 Feb 2002 04:23:17 -0000 1.80
@@ -78,10 +78,6 @@
-#include <sax/DocumentHandler.hpp>
-
-
-
#include <XalanDOM/XalanDOMString.hpp>
@@ -117,6 +113,7 @@
// Forward declarations...
+class DocumentHandler;
class DOMSupport;
class GenerateEvent;
class InputSource;
1.13 +1 -2 xml-xalan/c/src/XSLT/XSLTInputSource.cpp
Index: XSLTInputSource.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTInputSource.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- XSLTInputSource.cpp 4 Jan 2002 01:59:08 -0000 1.12
+++ XSLTInputSource.cpp 23 Feb 2002 04:23:17 -0000 1.13
@@ -66,8 +66,7 @@
-#include <framework/URLInputSource.hpp>
-#include <util/BinFileInputStream.hpp>
+#include <xercesc/framework/URLInputSource.hpp>
1.13 +1 -1 xml-xalan/c/src/XSLT/XSLTInputSource.hpp
Index: XSLTInputSource.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTInputSource.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- XSLTInputSource.hpp 4 Jan 2002 01:59:08 -0000 1.12
+++ XSLTInputSource.hpp 23 Feb 2002 04:23:17 -0000 1.13
@@ -76,7 +76,7 @@
-#include <sax/InputSource.hpp>
+#include <xercesc/sax/InputSource.hpp>
1.26 +1 -1 xml-xalan/c/src/XSLT/XSLTProcessorEnvSupportDefault.cpp
Index: XSLTProcessorEnvSupportDefault.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTProcessorEnvSupportDefault.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- XSLTProcessorEnvSupportDefault.cpp 19 Oct 2001 18:42:23 -0000
1.25
+++ XSLTProcessorEnvSupportDefault.cpp 23 Feb 2002 04:23:17 -0000
1.26
@@ -64,7 +64,7 @@
-#include <util/XMLURL.hpp>
+#include <xercesc/util/XMLURL.hpp>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]