dbertoni 02/02/22 20:21:24
Modified: c/src/XMLSupport FormatterToDOM.cpp FormatterToHTML.cpp
FormatterToText.cpp FormatterToXML.cpp
Log:
Fixes for Xerces "sane includes" change.
Revision Changes Path
1.18 +1 -1 xml-xalan/c/src/XMLSupport/FormatterToDOM.cpp
Index: FormatterToDOM.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToDOM.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- FormatterToDOM.cpp 25 Sep 2001 21:13:17 -0000 1.17
+++ FormatterToDOM.cpp 23 Feb 2002 04:21:24 -0000 1.18
@@ -63,7 +63,7 @@
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.65 +1 -2 xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp
Index: FormatterToHTML.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- FormatterToHTML.cpp 21 Dec 2001 14:37:13 -0000 1.64
+++ FormatterToHTML.cpp 23 Feb 2002 04:21:24 -0000 1.65
@@ -67,11 +67,10 @@
#include <cassert>
-//#include <map>
-#include <sax/AttributeList.hpp>
+#include <xercesc/sax/AttributeList.hpp>
1.16 +1 -1 xml-xalan/c/src/XMLSupport/FormatterToText.cpp
Index: FormatterToText.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToText.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- FormatterToText.cpp 11 Apr 2001 02:25:00 -0000 1.15
+++ FormatterToText.cpp 23 Feb 2002 04:21:24 -0000 1.16
@@ -59,7 +59,7 @@
-#include <sax/SAXException.hpp>
+#include <xercesc/sax/SAXException.hpp>
1.55 +2 -2 xml-xalan/c/src/XMLSupport/FormatterToXML.cpp
Index: FormatterToXML.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToXML.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- FormatterToXML.cpp 26 Sep 2001 22:12:54 -0000 1.54
+++ FormatterToXML.cpp 23 Feb 2002 04:21:24 -0000 1.55
@@ -61,8 +61,8 @@
-#include <sax/AttributeList.hpp>
-#include <sax/SAXException.hpp>
+#include <xercesc/sax/AttributeList.hpp>
+#include <xercesc/sax/SAXException.hpp>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]