The following new features and bug fixes have been implemented in
Xerces-C++ 3.1.1:
| Date
|
Contributor
|
Description
|
| 2010-04-21
| Boris Kolpackov
| Check that we have non-NULL host before trying to connect (XERCESC-1920).
|
| 2010-04-18
| Boris Kolpackov
| Recover from the mismatching start/end even count which may happen when we continue parsing an invalid document (XERCESC-1919).
|
| 2010-04-16
| Boris Kolpackov
| Add Visual Studio 2010 projects and solution.
|
| 2010-04-16
| Boris Kolpackov
| Use proper VC++ version in PDB file name.
|
| 2010-04-13
| Alberto Massari
| If the transcoder doesn't process any input, throw an exception (XERCESC-1916).
|
| 2010-04-12
| Alberto Massari
| Delay the recursive expansion of includes until the document fragment has been placed in the final location (XERCESC-1918).
|
| 2010-04-12
| Alberto Massari
| The code formatting a content model was skipping the cardinality indicators (*, +, ?) (XERCESC-1914).
|
| 2010-04-11
| Boris Kolpackov
| Fix a few bugs and memory leaks in XInclude code.
|
| 2010-04-11
| Boris Kolpackov
| Give proper name to 64-bit PDB file in static build (XERCESC-1907).
|
| 2010-04-11
| Boris Kolpackov
| Spelling fixes (XERCESC-1911).
|
| 2010-04-11
| Boris Kolpackov
| Don't include cpuid.h if we are using intrin.h (XERCESC-1912).
|
| 2010-04-07
| Boris Kolpackov
| Fix socket leak.
|
| 2010-03-19
| Boris Kolpackov
| Set scanner object on validation context. Needed during QName validation. Don't re-validate default/fixed values in preContentValidation when called from loadGrammar. This values are already validated in TraverseSchema.
|
| 2010-02-17
| Boris Kolpackov
| Remove explicit setting of prefix for cloned elements and attributes since it is done properly by the create*() functions (XERCESC-1913).
|