-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
70 lines (53 loc) · 1.98 KB
/
readme.txt
File metadata and controls
70 lines (53 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Xerces-C++ Extension for WSDL4CPP
=======================================
This is an extension of Xerces-C++ for WSDL4CPP, under the Apache License
version 2.0, see the file xercesc/license.txt.
The original source files are from apache package Xerces-C++
(https://xerces.apache.org/xerces-c/), which is under the Apache License
version 2.0. The current Xerces-C++ version used here is 3.2.5.
-------------------
How to build
-------------------
1. Download Xerces-C++ Version 3.2.5 from https://xerces.apache.org/xerces-c/;
2. Unzip it to some build directory;
3. Copy the "src" subdirectory this build directory to overwrite the "src" subdirectory
in the Xerces-C++ directory;
4. Rebuild Xerces-C++.
-------------------
History of change
-------------------
20240725 (for WSDL4CPP release 10.4.03.000)
What's new?
- Xerces C++ update from 2.7.0 to 3.2.5;
- Improved exception messages.
New files:
xercesc/license.txt
xercesc/src/CMakeLists.txt
xercesc/src/xercesc/sax/SAXParseException.hpp
xercesc/src/xercesc/sax/SAXParseException.cpp
xercesc/src/xercesc/util/XMLExceptMsgs.hpp
Modification:
xercesc/readme.txt
xercesc/src/xercesc/validators/schema/TraverseSchema.hpp
xercesc/src/xercesc/validators/schema/TraverseSchema.cpp
Deleted:
xercesc/Projects/Win32/VC7.1/xerces_all/XercesLib/XercesLib.vcproj
xercesc/scripts/packageBinaries.pl
xercesc/src/configure.in
20070213 (for WSDL4CPP beta release 0.9.2b)
New files for introducing InputSourceBuilder:
xercesc\util\ISBuilder\InputSourceBuilder.hpp
xercesc\util\ISBuilder\InputSourceBuilder.cpp
xercesc\util\ISBuilder\Makefile.in
xercesc\util\Makefile.in
Modification:
xercesc\validators\schema\TraverseSchema.hpp
xercesc\validators\schema\TraverseSchema.cpp
20060509:
Modification:
xercesc\validators\schema\TraverseSchema.hpp
xercesc\validators\schema\TraverseSchema.cpp
20060508:
Add original source files:
xercesc\validators\schema\TraverseSchema.hpp
xercesc\validators\schema\TraverseSchema.cpp