http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Xerces Project

Overview
Charter
Release Info
Download

Xerces-C++ 3.0.1
Installation
Build Instructions

Programming
Samples
FAQs

API Reference
DOM C++ Binding
Migration Guide

Xerces-C++ 2.8.0
Installation
Build Instructions

Programming
Samples
FAQs

API Reference
DOM C++ Binding
Migration Guide

Feedback
Bug-Reporting
Mailing Lists

Source Repository
Applications

Release Information for earlier releases
 

Release Information for Xerces-C++ 3.0.0
 

The following new features and bug fixes have been implemented in Xerces-C++ 3.0.0:

Date  Contributor  Description 
2008-09-22  Vitaly Prapirny  Create Borland project for NetAccessor test. 
2008-09-22  Boris Kolpackov  Allow use of the Windows transcoder and net accessor on Cygwin but only if the user explicitly asks for it. 
2008-09-19  Alberto Massari  Avoid DOMDocument definition from Windows SDK (XERCESC-1830). 
2008-09-17  Boris Kolpackov  Pass raw names to start/endElement if namespaces are disabled. Patch by David Bertoni. 
2008-09-17  Boris Kolpackov  Reimplement skippedString logic to handle "short" and "long" strings separately. 
2008-09-17  David Bertoni  Temporary fix for XERCESC-1827 along with sanity test case. 
2008-09-16  Boris Kolpackov  Avoid pretty-printing comments only in text-only nodes. 
2008-09-16  Boris Kolpackov  Do not add any whitespaces around CDATA sections and comments since they might be non-ignorable (XERCESC-1823). 
2008-09-16  Boris Kolpackov  Add support for generating pkgconfig file. Patch by Jay Berkenbilt (XERCESC-1824). 
2008-09-16  Boris Kolpackov  Pass proper memory manager to mutex. 
2008-09-15  Boris Kolpackov  Allow changing global DOMDocument heap parameters via overloaded Initialize(). 
2008-07-24  Alberto Massari  Include winnt.h from the Platform SDK instead of winres.h from MFC. 
2008-07-23  Alberto Massari  Performance improvement. 
2008-07-22  Alberto Massari  Remove the PCRE-like regular expression engine, and replace it with a XPath 2.0-compatible one (XERCESC-1816). Original patch by John Snelson, modified to fix an exception thrown when expressions negating a character class (e.g. [^\s]) were used. 
2008-07-22  Boris Kolpackov  XML to DOM parsing optimizations. 
2008-07-21  Boris Kolpackov  Various optimizations. 
2008-07-21  Boris Kolpackov  Remove repetitive calls to the getOwnerDocument() virtual function and in some cases use the data member directly. Put DOMStringPool functionality directly into DOMDocumentImpl, make getPooledString() inline. 
2008-07-19  Boris Kolpackov  Get rid of unused MemoryManager argument in hash functions. 
2008-07-17  Alberto Massari  Fixed regression in determining lax/skip/strict processing of an xsd:any preceded by another xsd:any represented using compact syntax (XERCESC-1822). 
2008-07-17  Alberto Massari  The XSTS schema allows multiple schema files to be loaded before a test. 
2008-07-17  Alberto Massari  When comparing two unions, use the validator that correctly parses both instances. 
2008-07-17  Alberto Massari  If an element cannot be found in the schema for its namespace, it is also searched in the empty namespace to see if the user mistakenly forgot about undefining the default namespace; in this case a better error report is generated and (if schema processing is allowed to continue) the empty namespace definition is taken. However, even if the empty namespace definition didn't pass a few checks, we ended up silently using it -> we changed the namespace of the element without notifying the user (XERCESC-1819). 
2008-07-16  Alberto Massari  Build a compact tree also for xsd:any nodes (XERCESC-1051). Reduce the memory required to build a DFA by creating a shallow CMNode hierarchy. Avoid stack overflow when analyzing non-compact model trees. Optimized the building of the DFA state table by avoiding linear searches. 
2008-07-15  Boris Kolpackov  Cygwin is a POSIX emulation layer so use POSIX file manager, transcoder, path delimiter, and net accessor. Still using Windows mutex manager because of the problem in Cygwin pthread emulation. 
2008-07-15  Boris Kolpackov  Require the exact match for the schema loader and storer version. 
2008-07-15  David Bertoni  Fix for XERCESC-1806. 
2008-07-15  David Bertoni  More cleanup for unsigned int/XMLSize_t changes and various compiler warnings. 
2008-07-15  David Bertoni  Fix for XERCESC-1818. 
2008-07-13  Alberto Massari  Backported fix for XERCESJ-773: build a representation of large minOccurs/maxOccurs in constant time and memory (which uses a counter during validation) for element and wildcard particles when each model group particle in the content model: has minOccurs/maxOccurs == 1 or contains only one element/wildcard particle with minOccurs/maxOccurs == 1. (XERCESC-1051). 
2008-07-13  Boris Kolpackov  Use mutex to synchronize access to global document. Fixes XERCESC-1652. 
2008-07-12  Boris Kolpackov  Disable automatic selection of ICU message loader when ICU is available (XERCESC-1769). 
2008-07-11  Boris Kolpackov  Review, cleanup and make consistent all error messages. 
2008-07-09  Boris Kolpackov  Use the ISO8859-1 encoding in net accessors. Add support for httpInfo in the curl net accessor. Patch by John Snelson (XERCESC-1805). 
2008-07-09  Alberto Massari  Added more checks to the XSD syntax. 
2008-07-04  Boris Kolpackov  Increment XERCES_GRAMMAR_SERIALIZATION_LEVEL since the size of line/column fields has changed. 
2008-07-04  Boris Kolpackov  Cleanup interfaces in parsers/ to use XMLSize_t. 
2008-07-03  Boris Kolpackov  Cleanup public interfaces in framework/ to use XMLSize_t. 
2008-07-02  Alberto Massari  Use the _wcsupr naming instead of wcsupr (only Visual C++ defines both, Borland only defines the version prefixed by the underscore). 
2008-06-29  Boris Kolpackov  Add 64-bit support. 
2008-06-28  David Bertoni  Fix for XERCESC-1813. 
2008-06-27  Boris Kolpackov  Use XMLFileLoc consistently to represent line/column. Clean up the SAX interface to use XMLSize_t instead of int/long. 
2008-06-27  Boris Kolpackov  Add XMLFileLoc type (64-bit) that represents location in a file (line/column). Use it in DOM interfaces. 
2008-06-26  Alberto Massari  Added missing "Is" in front of the "MusicalSymbols" regex group. 
2008-06-26  Boris Kolpackov  Use XMLSize_t instead of int/long for indexes and sizes in DOM interfaces. Use enum types instead of short. 
2008-06-26  Alberto Massari  Define regular expression category \w as defined by the XMLSchema specs (XERCESC-541). 
2008-06-25  Boris Kolpackov  Provide a way to disable automatic loading of schemas specified in XML documents. Patch by Wouter Coene. 
2008-06-25  Boris Kolpackov  Move XMLGrammarPoolImpl from internal/ to framework/ so that it can be instantiated directly by the use. 
2008-06-24  Alberto Massari  XSTSHarness now handles the 2006 version of the test suite. 
2008-06-24  Boris Kolpackov  Implement the revised interpretation of ##other in which unqualified names are not matched. Fixes XERCESC-1758, XERCESC-1655. 
2008-06-22  Boris Kolpackov  Add getContentType function to the BinInputStream to allow stream to report out-of-band content type. Implement it in various streams. Factor out and cleanup common code from Socket and WinSock net accessors. Fix a number of bugs. Patch by John Snelson (XERCESC-1805). 
2008-06-20  Boris Kolpackov  Change the DOMXPathResult interface to accommodate both XPath 1 and 2 models. Return DOMXPathResult* instead of void* from evaluate. Add basic auto pointer operations to JanitorMemFunCall class template. 
2008-06-19  Boris Kolpackov  Make regular expressions thread-safe and use runtime memory manager when executing. Add new allMatches() function for advanced use-cases. Patch by John Snelson (XERCESC-1803). 
2008-06-19  Boris Kolpackov  DOM XPath support: Support for resolving default namespace. Support for removing namespace-prefix bindings. Additional documentation. 
2008-05-21  Alberto Massari  Avoid that an external entity having an empty SYSTEM id is treated as internal (XERCESC-1763). 
2008-05-20  David Cargill  Schema fixes for e1-16 errata and full schema checking of any choice restricted by any. 
2008-05-13  Alberto Massari  Add addNamespaceBinding() and release() APIs to XPathNSResolver class (XERCESC-1802) - patch by John Snelson. 
2008-05-13  Alberto Massari  Don't blindly subtract a number from an unsigned int, it could overflow (XERCESC-1804). 
2008-05-01  Alberto Massari  Rewrite the storage mechanism to avoid cast (XERCESC-1678). 
2008-04-07  Alberto Massari  Avoid error messages where English words are specified at runtime. 
2008-04-02  Alberto Massari  Replace copyrighted schema with a simple test case (XERCESC-1791). 
2008-03-22  Boris Kolpackov  Fix XERCESC-1790. Other error messages cleanups. 
2008-03-14  Alberto Massari  DOMPrint now shows how to run an XPath query on a DOM tree (XERCESC-1786). 
2008-03-14  Alberto Massari  If the XPath parser returns 'false', it means the XPath is invalid. (XERCESC-1787). 
2008-03-14  Alberto Massari  Identity constraints on xs:anySimpleType instances are enforced by comparing their lexical values (XERCESC-1393). 
2008-03-11  Boris Kolpackov  Lock the mutex when performing cleanup in the WinSock net accessor. 
2008-03-11  Alberto Massari  When looking for the best encoding, match both char size and endianness. 
2008-03-11  Alberto Massari  Add UTF16-LE and UTF16-BE to the list of encodings tested by GNUiconv (XERCESC-1663). 
2008-03-10  Boris Kolpackov  Get rid of lazy initialization that relied on double-checked locking. Now every static object is initialized in Initialize() and released in Terminate() via XMLInitializer. 
2008-03-09  Boris Kolpackov  Get rid of atomic operations. 
2008-03-07  Boris Kolpackov  New RPM spec by Scott Cantor. 
2008-03-03  Boris Kolpackov  Apply the fast DOM child append patch (XERCESC-1735). 
2008-03-03  Boris Kolpackov  Adjust DOM heap allocation parameters to be the same as in 2.8.0 which appears to give the best overall performance. 
2008-02-26  Alberto Massari  Add VC9 target, remove references to deprecated DOM. 
2008-02-25  Alberto Massari  Validate the attributes of a simple type definition before trusting its content (XERCESC-1718). 
2008-02-25  Alberto Massari  Report an error when a grammar or a type is not found (XERCESC-1745). 
2008-02-21  Alberto Massari  Added configuration to VC9 project files to build Xerces with the ICU transcoder. 
2008-02-21  Alberto Massari  Added configuration to VC8 project files to build Xerces with the ICU transcoder. 
2008-02-21  Alberto Massari  Added configuration to VC7.1 project files to build Xerces with the ICU transcoder. 
2008-02-20  Alberto Massari  Check for the callback pointer to be valid before each call, as a callback could be resetting it (XERCESC-1781). 
2008-02-13  Boris Kolpackov  Make sure the base type was provided when trying to resolve the schema grammar (addition to the previous fix) (XERCESC-1777). 
2008-02-12  Boris Kolpackov  In restriction checking, when looking for a declaration of a base element, use the schema grammar corresponding to the type this element is declared in (XERCESC-1777). 
2008-01-22  Alberto Massari  Update gMaxProtoLen to reflect the addition of "https" (XERCESC-1698). 
2008-01-22  Alberto Massari  Use the same code as in the fopen.c sample from libcurl (XERCESC-1756). 
2008-01-22  Alberto Massari  Show how to release a transcoded string (XERCESC-1767). 
2008-01-22  Alberto Massari  Fixed 64 bit issue (XERCESC-1768). 
2007-11-21  Alberto Massari  Add project files for Visual Studio 2008. 
2007-10-08  David Cargill  Encode characters for anyURI using xlink 5.4 algorithm. Patch from Gilbert Chan. 
2007-08-30  Alberto Massari  - Don't allocate a stack unless the string to be matched is longer than 256 characters. Don't use backtracking if the regex pattern doesn't have ambiguities (XERCESC-1242). 
2007-08-28  Alberto Massari  - SrcOffset is a XMLFilePos (64 bit). MsgLoader and Transcode API needed some more XMLSize_t (XERCESC-1531). 
2007-08-24  Alberto Massari  Avoid recursion when checking for closures. Patch by Vitaly Prapirny (XERCESC-1242). 
2007-07-30  Alberto Massari  The GroupContentRestricted error is used for both 'sequence' and 'choice' models, so get the model at runtime (XERCESC-1724). 
2007-07-18  Alberto Massari  Parser interfaces now use XMLSize_t for characters, comment, ignorableWhitespace, docCharacters, doctypeWhitespace (XERCESC-1531). 
2007-07-18  Alberto Massari  Fixed signed/unsigned conversions (XERCESC-1531). 
2007-07-18  Alberto Massari  Send the NODE_CLONED notification for each node in the tree when cloning the entire DOMDocument (XERCESC-1722). 
2007-07-17  Alberto Massari  GNUIconv should not look at APP_NO_THREADS, and look at where endian.h is located (XERCESC-1709). 
2007-07-11  Alberto Massari  Line numbers should use unsigned long (XERCESC-1531). 
2007-07-11  Alberto Massari  XMLString, XMLBuffer and Base64 should use XMLSize_t (XERCESC-1531). 
2007-07-10  Alberto Massari  XMLTransService should use XMLSize_t (XERCESC-1531). 
2007-07-09  Alberto Massari  XSerializeEngine should use XMLSize_t (XERCESC-1531). 
2007-07-06  Alberto Massari  All lists and vectors should use unsigned int to report size and access items (XERCESC-1531). 
2007-07-06  Alberto Massari  Changed MemBufInputSource to use XMLSize_t (XERCESC-1531). 
2007-07-06  Alberto Massari  Changed XMLFormatTarget interface to have writeChars use XMLSize_t (XERCESC-1531). 
2007-07-06  Alberto Massari  Changed XMLTransService interface to have transcodeFrom and transcodeTo use XMLSize_t (XERCESC-1531). 
2007-07-06  Alberto Massari  Changed BinOutputStream interface to have curPos return a 64-bit integer, and use XMLSize_t in writeBytes (XERCESC-1531). 
2007-07-06  Alberto Massari  Changed BinInputStream interface to have curPos return a 64-bit integer, and use XMLSize_t in readBytes (XERCESC-1531). 
2007-06-09  David Cargill  Apply base whitespace facet to enumeration values. Patch from Gilbert Chan. 
2007-06-09  David Cargill  Suppress DTD error message for attribute referring to unknown entity when attribute not used. Patch from John Kim. 
2007-05-21  Alberto Massari  In the fix for XERCESC-1592, code to set xmlns="" that was moved from retrieveNamespaceMappping to preprocessSchema was not executed for imported schemas. 
2007-05-15  Alberto Massari  mblen returns 0 when given an empty string; rewrote code to only use mbstowcs (XERCESC-1702). 
2007-05-08  Alberto Massari  Add https to the list of valid protocols for XMLURL (XERCESC-1698). 
2007-04-25  Alberto Massari  Add x64 target to VC8 project files. 
2007-04-17  Alberto Massari  Fix for XERCESC-1092. 
2007-04-10  Alberto Massari  Make the header guards less obvious (XERCESC-1693). 
2007-04-06  Alberto Massari  Fix for XERCESC-1592. 
2007-03-08  Alberto Massari  Fixed infinite loop when an XPath expression contained an unexpected character (XERCESC-1682). 
2007-03-06  Alberto Massari  IconvGNU and IconvFBSD transcoders override application-set locale, XERCESC-1660 (patch by Boris Kolpackov). 
2007-03-02  Alberto Massari  Initial commit of XInclude support (by Simon Rowland). 
2007-02-07  Alberto Massari  Even if the XSTS suite thinks differently, the XMLSchema 1.1 clarifies that two values derived from the same value space should be treated as equals; so find out the common ancestor and use it to perform the comparison. 
2007-02-02  Alberto Massari  Implemented the DOML3 XPath interfaces, reusing the XPath processor used inside the XMLSchema validation; this means it understands only a limited subset of the XPath syntax, and can only return DOMElement nodes. However, it could be useful for simple navigations, or maybe be later expanded. 
2007-01-30  Alberto Massari  Allow 'list' and 'union' in the finalDefault attribute of a schema (XERCESC-1633). 
2007-01-30  Alberto Massari  Fix backport of XERCESC-1237. 
2007-01-30  Alberto Massari  Only xs:key should complain if not all the fields of an identity constraint are not found in the XML instance (XERCESC-1237). 
2007-01-02  Alberto Massari  When calling getAttributeNodeNS, ensure we are providing a localName (XERCESC-1473). 
2006-12-18  Alberto Massari  The 'dst' argument in the DOMUserDataHandler::handle callback is non-const, in order to let the application modify the newly created node (XERCESC-783). 
2006-12-11  Alberto Massari  Performance improvement: allocate memory only when the data inside the XMLElementDecl cannot be reused. 
2006-12-01  Alberto Massari  Use the algorithm from http://unicode.org/unicode/faq/utf_bom.html#35 to encode/decode surrogate pairs (XERCESC-1654). 
2006-10-20  Alberto Massari  Enable IPv6 addresses by using getaddrinfo when available [based on a patch by Ramanjaneyulu Malisetti]. 
2006-10-20  Alberto Massari  Handle both IPv4 and IPv6 on Windows (to be enabled via a macro, as it is only available starting with Windows XP) [based on a patch by Ramanjaneyulu Malisetti]. 
2006-10-20  Alberto Massari  Report the correct error when the XML PI has 'XML' instead of 'xml' (XERCESC-1641). 
2006-10-16  Alberto Massari  Allow the user to specify the memory manager used by LSSerializer::writeToString. 
2006-09-26  Alberto Massari  Removed warnings (XERCESC-1619). 
2006-09-26  Alberto Massari  Make some methods const (XERCESC-1628). 
2006-09-26  Alberto Massari  When checking for a valid restriction, take into account substitution groups (XERCESC-1281). 
2006-08-30  Alberto Massari  Don't crash if an external parameter entity has no SYSTEM id (XERCESC-1536). 
2006-08-28  Alberto Massari  IconvGNU transcoder now works on big endian machines. 
2006-08-23  Alberto Massari  Default or fixed attribute values should be whitespace normalized, if the datatype requires it, before being validated. 
2006-08-23  Alberto Massari  DOMLSParserImpl::loadGrammar should not release the previously loaded DOMDocument (XERCESC-1626). 
2006-07-25  Alberto Massari  Reduce the number of allocations needed by text and attribute nodes (XERCESC-1585). 
2006-07-25  Alberto Massari  Remove support for building Xerces with VC7. 
2006-07-04  Alberto Massari  Removed usage of MB_CUR_MAX from iconv transcoder; if the block-oriented APIs are available, use them (XERCESC-1444, patch by Axel Weiss). 
2006-06-12  Alberto Massari  Added parameter space-first-level-elements to DOMLSSerializer to let the user control whether the children of the document root should have an extra line feed between them (XERCESC- 1561). 
2006-05-30  Alberto Massari  SAX2XMLReader should use the prefix reported by the reader, not the one stored in the element declaration (XERCESC-1598). 
2006-05-30  Alberto Massari  DGXMLScanner was treating predefined entities inside attribute values as if they were in the element content (XERCESC-1597). 
2006-05-23  James Berry  Fix for XERCESC-1595. 
2006-05-12  Alberto Massari  Allow spaces in anyURIs, as they are 'legal but highly discouraged' (XERCESC-1581). 
2006-03-19  Alberto Massari  Factory method is no more inline to avoid including an internal header in a public one (XERCESC-1579). 
2006-02-28  Alberto Massari  Remove BOM-detection code inside refreshCharBuffer: the fix for XERCESC-1284 makes it unnecessary, and the UTF-8 part was updating the wrong index (XERCESC-1385). 
2006-02-18  Alberto Massari  When serializing attribute values, escape also carriage returns and tabs (XERCESC-1547). 
2006-02-18  Alberto Massari  If an encoding has been forced on a InputSource, ignore a compatible BOM found in the stream (XERCESC-1284). 
2006-02-06  David Bertoni  Patch from Tobias Schuette for XERCESC-1491. 
2006-01-21  David Bertoni  Fix for XERCESC-1555 from Mark Weaver. 
2006-01-21  David Bertoni  Fixes for XERCESC-1548. 
2006-01-16  David Cargill  Fix for XERCESC-1546. Canonical value of list was putting in an extra null character. 
2006-01-16  Alberto Massari  When evaluating a union in a regular expression, take the branch that matches the longest part of the input string (XERCESC-1521). 
2005-12-27  Alberto Massari  Improve validation performances when dealing with schemas with lots of top level definitions (XERCESC-1542). 
2005-12-26  Alberto Massari  Fix for XERCESC-1533 (default attributes in the definition for an element that is not validated because of errors would be added to the list of attributes even if already present). 
2005-12-20  Alberto Massari  Expose the memory allocation functionalities of DOMDocumentImpl through the DOMMemoryManager interface; this removes dangerous casts in the operator new and allows to tune the size of the memory chunks (XERCESC-1475). 
2005-12-14  Alberto Massari  When cloning or importing a node, also copy the type information (XERCESC- 1517). 
2005-12-01  Alberto Massari  Added projects for Visual Studio 2005. 
2005-10-25  Alberto Massari  Nodes that implement getFeature should also implement isSupported (XERCESC-1479). 
2005-10-15  David Cargill  Message update for qname fix and XERCESC-1515. 
2005-09-28  Alberto Massari  closesocket should be dynamically bound (XERCESC-1467). 
2005-08-26  David Cargill  Fix for XERCESC-1240. 
2005-08-26  David Cargill  Fix for XERCESC-896. 
2005-08-25  David Cargill  Fix for XERCESC-896. 
2005-08-15  David Cargill  Schema errata e2-67 fix, ported from java to allow [^+-]. 
2005-08-10  David Cargill  Remove references to nonexist DOMSystemException. XERCESC-1400. 
2005-08-10  Alberto Massari  Documentation for Base64::decode now state how whitespace is treated (XERCESC-974). 
2005-08-09  Alberto Massari  Close the socket even in case of exceptions being thrown (XERCESC-1467). 
2005-08-08  gareth  Added comment to state the namespace info wont work with this parser. XERCESC-1377. 
2005-07-28  David Cargill  Follow-up fix to XERCESC-990. Allow lookup for imported schema with no namespace. 
2005-07-27  David Bertoni  Fixes for XERCESC-1463. 
2005-07-27  David Cargill  Schema errata E2-27: don't have negative sign in front of zero. 
2005-07-26  Alberto Massari  Reset the flag used to signal a trailing space if the chunk doesn't end with a space (XERCESC-1239). 
2005-07-25  Alberto Massari  After looking for the DOM element defining the required type we should use the registry to perform the lookup instead of assuming the one we just parsed is the right one (XERCESC-990). 
2005-07-25  David Cargill  Fix problem where incorrect xsmodel was generated for UseCachedGrammarInParse. 
2005-07-25  David Cargill  Fix various schema date time problems. 
2005-07-20  David Cargill  Update XMLDateTime to correctly test for timezone. 
2005-07-20  David Cargill  Empty content for Base64Binary & HexBinary should be allowed. 
2005-06-29  Alberto Massari  Added getter methods for flags (XERCESC-1450). 
2005-06-29  Alberto Massari  Fix for XERCESC-1449. 
2005-06-28  Alberto Massari  Schema errata E2-67: allow unescaped '-' at the beginning and end of a regex. 
2005-06-17  James Berry  Add const qualifier to getDocumentLocations to match interface (patch to 191040 for bug XERCESC-1153). 
2005-06-17  Alberto Massari  XMLSchemaDescriptionImpl::getLocationHints() returns a const pointer (XERCESC-1153). 
2005-06-17  Alberto Massari  DOMDocument::importNode accepts a const pointer (XERCESC-1223). 
2005-06-11  James Berry  Resolve bug XERCESC-1436. Header and implementation of OpFactory used inconsistent function signature. Thanks to Axel Weiss. 
2005-06-08  David Bertoni  Fixes for XERCESC-1409. 
2005-06-08  David Cargill  Fix for XERCESC-1423 from Christian. 
2005-06-06  David Bertoni  Fixes for XERCESC-1368. 
2005-06-04  David Bertoni  Patch for XERCESC-1420. 
2005-06-03  David Bertoni  Fixes for XERCESC-1348. 
2005-06-03  David Cargill  Fix for XERCESC-1115. Allow zero length content. 
2005-06-03  David Bertoni  Fixes for XERCESC-1417. 
2005-06-02  David Cargill  Don't treat characters 0x2028 and 0x85 as plain characters in XML 1.1. 
2005-06-02  David Cargill  Schema errata update. Ignore length, minLength and maxLength facets for qname and notation. 

Release Information for Xerces-C++ 2.8.0
 

The following new features and bug fixes have been implemented in Xerces-C++ 2.8.0:

Date  Contributor  Description 
2007-08-23  Scott Cantor  RPM spec file update to support 64 bit builds (XERCESC-1740) 
2007-08-22  Boris Kolpackov  Remove option to explicitly link against libc. 
2007-08-22  Alberto Massari  Rename afxres.h to winres.h (XERCESC-1737). 
2007-08-21  Boris Kolpackov  Static build option. 
2007-08-21  Boris Kolpackov  Exponential growth for DOM heap. 
2007-08-21  Boris Kolpackov  Add HTTPS scheme to URI. 
2007-08-21  Boris Kolpackov  64 bit Windows build (XERCESC-1531). 
2007-08-21  Boris Kolpackov  Explicit type conversion to get rid of a warning. 
2007-08-21  Boris Kolpackov  Auto-detect HP aCC3 vs aCC6 compiler versions. 
2007-08-21  Boris Kolpackov  Verbose mode (add VERBOSE=1 to the gmake command line). 
2007-08-21  Boris Kolpackov  Support for g++ on AIX and HP-UX. 
2007-08-21  Boris Kolpackov  Change optimization level on GNU/Linux from -O to -O2. 
2007-08-21  Boris Kolpackov  Add appendChildFast and call it in parser. Performance patch. 
2007-08-21  Boris Kolpackov  64 bit compile/link options auto-detection for Solaris. 
2007-08-21  Boris Kolpackov  VC8 projects. 
2007-07-30  Alberto Massari  The GroupContentRestricted error is used for both 'sequence' and 'choice' models, so get the model at runtime (XERCESC-1724). 
2007-07-26  Alberto Massari  XSWildcard was always getting a 'strict' processContent when the namespace list contained more than 2 elements. 
2007-07-23  Christian Will  Performance patch for XERCESC-1657. 
2007-07-23  Anton Nikolaevsky  Patch for XERCESC-1591. 
2007-07-18  Alberto Massari  Send the NODE_CLONED notification for each node in the tree when cloning the entire DOMDocument (XERCESC-1722). 
2007-06-15  David Bertoni  Fix for null pointer dereference in the case where the expression is empty and the case-insensitive option is specified. 
2007-06-09  Gilbert Chan  Apply base whitespace facet to enumeration values. 
2007-06-09  John Kim  Suppress DTD error message for attribute referring to unknown entity when attribute not used. 
2007-06-08  Alberto Massari  Add missing include for MinGW (XERCESC-1617) 
2007-06-01  David Cargill  Schema fixes for anonymous type with mixed and substitution with bock. 
2007-05-22  David Cargill  For enumeration only check base as per spec. 
2007-05-22  David Cargill  Only complain when NOTATION is in schema namespace. 
2007-05-15  Alberto Massari  mblen returns 0 when given an empty string; rewrote code to only use mbstowcs (XERCESC-1702). 
2007-04-17  Alberto Massari  In the Windows registry, the code page for an encoding is stored in @InternetEncoding, not in @Codepage (XERCESC-1092). 
2007-03-28  David Cargill  Various schema fixes. 
2007-03-27  Alberto Massari  Performance improvements. 
2007-03-27  Alberto Massari  A decimal value of 0.0 was treated as a positive number, so it was different from 0. 
2007-03-08  Alberto Massari  Fixed infinite loop when an XPath expression contained an unexpected character (XERCESC-1682). 
2007-03-06  Boris Kolpackov  IconvGNU and IconvFBSD transcoders override application-set locale (XERCESC-1660). 
2007-02-07  Alberto Massari  Even if the XSTS suite thinks differently, the XMLSchema 1.1 clarifies that two values derived from the same value space should be treated as equals; so find out the common ancestor and use it to perform the comparison. 
2007-02-06  Alberto Massari  When invoking the userData handlers, first build a snapshot of the map, so that the callbacks can update it safely. 
2007-01-31  Alberto Massari  Equal lexical values of unrelated types must be treated as different. 
2007-01-31  Alberto Massari  Handle escaped characters in schemaLocation attributes. 
2007-01-31  Alberto Massari  Before using a local memory manager, check that we have a valid pointer. 
2007-01-30  Alberto Massari  Allow 'list' and 'union' in the finalDefault attribute of a schema (XERCESC-1633). 
2007-01-30  Alberto Massari  Only xs:key should complain if not all the fields of an identity constraint are not found in the XML instance (XERCESC-1237). 
2007-01-29  David Cargill  Complex type restriction with substation group fix. 
2007-01-25  David Cargill  Schema and UTF32 fixes. 
2007-01-02  Alberto Massari  When calling getAttributeNodeNS, ensure we are providing a localName (XERCESC-1473). 
2006-12-30  Charles McLouth  Added support for WinSock and Windows Transcoder on Mingw/msys platform (XERCESC-1617). 
2006-12-27  Alberto Massari  Detect open() failures (XERCESC-1658). 
2006-12-11  Alberto Massari  Performance improvement: allocate memory only when the data inside the XMLElementDecl cannot be reused. 
2006-12-03  David Cargill  Schema derivation fixes. 
2006-12-03  David Cargill  Case insensitive regular expression fixes. 
2006-12-03  David Cargill  Static initialization fix. 
2006-10-20  Alberto Massari  Report the correct error when the XML PI has 'XML' instead of 'xml' (XERCESC-1641). 
2006-10-10  Alberto Massari  Allow whitespace-only nodes to be added as children of a DOMDocument. 
2006-10-05  David Cargill  Handle anonymous types properly. 
2006-10-05  David Cargill  Don't add extra whitespace when validating datatypes. 
2006-10-05  David Cargill  Treat "." as invalid double/float. 
2006-09-29  David Bertoni  Removed unnecessary transcoding of file names, that resulted in round-trip transcoding. Moved calls to initializer list to avoid initializing to a default value. 
2006-09-27  David Bertoni  Fixed some bugs where the literal 0 was being used as the value of an invalid file handle. This affects platforms like Solaris, which use open/close, etc., instead of fopen/fclose, etc. 
2006-09-26  Boris Kolpackov  When checking for a valid restriction, take into account substitution groups (XERCESC-1281). 
2006-09-11  Alberto Massari  Don't crash if an external parameter entity has no SYSTEM id (XERCESC-1536). 
2006-08-23  Alberto Massari  Default or fixed attribute values should be whitespace normalized, if the datatype requires it, before being validated. 
2006-08-23  Alberto Massari  DOMLSParserImpl::loadGrammar should not release the previously loaded DOMDocument (XERCESC-1626). 
2006-08-10  Alberto Massari  Fix memory leak (XERCESC-1624). 
2006-07-07  Jay Hansen  OS400 fixes. 
2006-07-06  David Cargill  Fix crashes that can occur when a non-default memory manager tries to clean up after running out of memory. 
2006-05-30  Alberto Massari  SAX2XMLReader should use the prefix reported by the reader, not the one stored in the element declaration (XERCESC-1598) 
2006-05-30  Alberto Massari  DGXMLScanner was treating predefined entities inside attribute values as if they were in the element content (XERCESC-1597) 
2006-05-08  David Cargill  Documentation update. Default validation is never, not auto. 
2006-04-29  David Cargill  Better message for invalid boolean datatype. 
2006-04-28  David Cargill  Performance fix, don't use QName as colon location is already available. 
2006-04-28  David Cargill  Use ln -fs instead of ln -f to avoid error message during Unix build. 
2006-04-19  Alberto Massari  Fix an error that manifested itself when a DTD defined a general entity using a parameter entity for specifying the name. 
2006-04-18  Alberto Massari  setEncoding was relying on XMLRecognizer::encodingForName to return OtherEncoding when presented with a endian-neutral UTF16/UTF32 encoding, but it doesn't do it anymore. 
2006-04-18  David Cargill  Put xmlns attributes in registry to avoid errors when checking for required attributes. 
2006-04-18  David Cargill  Ensure decimal is valid on getActualValue call when toValidate is true. 
2006-04-18  David Cargill  Thread safety fix, don't do lazy evaluation of patterns. 
2006-03-27  Alberto Massari  Allow whitespace at the beginning and after the union operator in XPath expressions of identity constraints. 
2006-03-23  David Cargill  Make getCanonical for float and double have consistent behaviour with getActual. 
2006-03-21  Alberto Massari  If "entities" feature is set to TRUE, entities reference inside attribute values should be serialized as "&ent;" 
2006-03-19  Alberto Massari  Factory method is no more inline to avoid including an internal header in a public one (XERCESC-1579). 
2006-03-17  David Cargill  Display actual errorCode when reporting an error. 
2006-03-05  Alberto Massari  Allow non-standard names for the C++ compiler. 
2006-03-03  Alberto Massari  Updated Borland C++ 6 projects. 
2006-02-28  Alberto Massari  Remove BOM-detection code inside refreshCharBuffer: the fix for XERCESC-1284 makes it unnecessary, and the UTF-8 part was updating the wrong index (XERCESC-1385). 
2006-02-24  Alberto Massari  Improve performances of addRange. 
2006-02-18  Alberto Massari  When serializing attribute values, escape also carriage returns and tabs (XERCESC-1547). 
2006-02-18  Alberto Massari  If an encoding has been forced on a InputSource, ignore a compatible BOM found in the stream (XERCESC-1284). 
2006-02-06  Tobias Schuette  Fix for XERCESC-1491. 
2006-02-06  David Cargill  Put annotations for duplicate elements on the first element. 
2006-02-06  David Cargill  Update schema limitations and clarify float and double behaviour. 
2006-01-30  Khaled Noaman  Do not generate error message if switchGrammar fails when laxly validating. 
2006-01-21  Mark Weaver  Fix for XERCESC-1555. 
2006-01-21  David Bertoni  Fixes for XERCESC-1548. 
2006-01-16  David Cargill  Fix for XERCESC-1546. Canonical value of list was putting in an extra null character. 
2006-01-16  Alberto Massari  When evaluating a union in a regular expression, take the branch that matches the longest part of the input string (XERCESC-1521). 
2005-12-30  Khaled Noaman  Fix for erroneous duplicate id problem. 
2005-12-28  David Cargill  Uniconv390 fixes. 
2005-12-28  David Cargill  Put debug code under specific flag so it only gets built when needed instead of for each debug build. 
2005-12-28  David Cargill  Fix size of boolean structure. 
2005-12-28  David Cargill  Schema fixes for union of union and empty element. 
2005-12-27  Alberto Massari  Improve validation performances when dealing with schemas with lots of top level definitions (XERCESC-1542). 
2005-12-26  Alberto Massari  Fix for XERCESC-1533 (default attributes in the definition for an element that is not validated because of errors would be added to the list of attributes even if already present). 
2005-12-15  David Bertoni  Added missing parameter (XERCESC-1538). 
2005-12-14  Alberto Massari  When cloning or importing a node, also copy the type information (XERCESC-1517). 
2005-11-15  David Cargill  Treat "+" and "-" as invalid numeric schema values. 
2005-11-15  David Cargill  Fix bug where very long element names gives parsing error. 
2005-11-09  Alberto Massari  Generated static library in lowercase like the dynamic one (XERCESC-1522). 
2005-10-31  Alberto Massari  Nodes that implement getFeature should also implement isSupported (XERCESC- 1479). 
2005-10-15  David Cargill  Fix for XERCESC-1515. 
2005-10-15  David Cargill  Message update for QName fix and XERCESC-1515. 
2005-10-12  David Cargill  QName fix. Need to verify that the prefix is defined. 
2005-10-12  David Cargill  Check for valid schema characters for float and double. 
2005-10-12  David Cargill  Annotation bug fixes. 
2005-09-28  Alberto Massari  closesocket should be dynamically bound (XERCESC-1467). 

Release Information for Xerces-C++ 2.7.0
 

Here is the list of bugs that are resolved in this release, Xerces-C++ 2.7.0.

Date  Contributor  Description 
2005-05-19  David Cargill  390 update: use ICU table which is present with the uniconv390 
2005-05-19  David Cargill  Update table used for patterns to the Unicode 4.0.1 level. 
2005-05-18  David Cargill  For time schema datatypes, ensure milisecond only contains 0-9 
2005-05-18  Jay Hansen  OS400 updates  
2005-05-08  James Berry  Modify runConfigure to accept the names of C++ compilers that it doesn't recognize 
2005-05-06  David Bertoni  Change for loop control variable for compilers that don't enforce for scope. 
2005-05-05  David Cargill  Update XSValue to handle float and double the same way the main library does 
2005-05-05  Mike Pawlowski  Update HP 64 bit options 
2005-05-04  David Bertoni  Fix for Jira issue XERCESC-1416 
2005-05-04  David Bertoni  Fix for Jira issue XERCESC-1391 
2005-04-29  David Bertoni  Patch for Jira issue XERCESC-1407 
2005-04-29  David Bertoni  Patch for Jira issue XERCESC-1390 
2005-04-28  Alberto Massari  Move implementation of setDocument to the cpp file, where DOMDocumentImpl is a known class (jira 968) 
2005-04-27  David Cargill   Fix for problem on Solaris where open may return 0 as a valid FileHandle. Check for -1 instead. 
2005-04-26  David Cargill   Fix for xercesc-1413: invalid operator equal template signature 
2005-04-26  David Cargill   Schema updates to match spec 
2005-04-26  David Cargill   Prefix mapping update to handle schema correctly. 
2005-04-24  David Cargill   Remove collaboration graph from apiDocs  
2005-04-22  David Bertoni   Patch for Jira issue XERCESC-1411  
2005-04-22  David Cargill   Use isspace instead of isSpace as data is char not xmlch 
2005-04-22  David Bertoni   Patch for Jira issue XERCESC-1410 
2005-04-21  David Cargill   Add support for ucs-2 
2005-04-14  David Bertoni  Fix Jira 1406. Added include 
2005-04-12  Alberto Massari  Fix compiler errors on IRIX (jira 1405) 
2005-04-07  Khaled Noaman   Update chars table with an NCName char mask instead of an XML letter mask 
2005-04-07  Alberto Massari   appendChild now throws an exception when a NULL pointer is given (jira# 1401)  
2005-04-05  David Cargill  Update XSValue to handle leading and trailing whitespace 
2005-04-05  David Cargill   Change platform mutex code to do a panic  
2005-04-05  Khaled Noaman   Performance: do not make a copy of the expression to match 
2005-04-05  David Cargill   Implement version of lowercase that only check a to z 
2005-04-05  David Cargill  Update Redirect sample to use newer entity resolver callback  
2005-04-05  David Cargill  Implement support for disabling default entity resolution  
2005-04-05  Khaled Noaman   skip DTD validation feature  
2005-04-05  David Bertoni  Fix thread safety issues 
2005-04-05  Axel Weib   Fix for jira 1397. *Much* nicer make output 
2005-04-05  Gareth Reakes   Fix for Jira 1396. make distclean now removes all files 
2005-04-04  David Cargill   Fix a problem where illegal qualified names were not reported as errors 
2005-04-04  David Cargill   Fix memory leak when deserializing grammars  
2005-04-04  David Cargill   Add support for not creating xsannotations when deserializing a grammar  
2005-04-01  David Bertoni   Fix for Jira issue XERCESC-1389: memory manager  
2005-04-01  Alberto Massari   In case of a mixed-case standalone value, the flag was always set to false 
2005-03-31  Alberto Massari  Don't invoke the resolver when an empty xs:import is found 
2005-03-30  David Cargill   Allow XSAnnotation generation to be controlled by a feature  
2005-03-29  David Cargill   Begin work on adding some new features by checking in the feature handling support 
2005-03-25  Alberto Massari   On Windows, export the class from the DLL  
2005-03-22  Christian Will   Perf patches for Xercesc-1369 and 1370 
2005-03-20  David Cargill   Implement versions of uppercase and compareIstring that only check a to z 
2005-03-20  David Cargill   Add FLOAT(IEEE) to list of 390 compiler options so XSValueTest will compile  
2005-03-20  Christian Will   [jira 1381] Memory leak in GrammarResolver  
2005-03-17  Alberto Massari   Aligned method declaration (jira# 1386) 
2005-03-17  Gareth Reake   Updated doc to refect real behaviour with adoptBuffer 
2005-03-17  Alberto Massari  Remove variable declaration from 'if' statement (jira# 1379) 
2005-03-17  Alberto Massari   Fully qualify enum (jira# 1383) 
2005-03-17  Alberto Massari   Aligned method declaration (jira# 1384) 
2005-03-16  Matthew Hall   Fix possible overflow problem  
2005-03-14  Gareth Reakes   Fix for Jira 1376: wrong memory manager 
2005-03-14  Gareth Reakes  Fix to Jira 1375. Removed space char between #! and /. 
2005-03-11  Christian Will   XERCESC-1345: Reset fDTDElemeNonDeclPool in scanreset  
2005-03-11  David Earlam   XERCESC-1363: Increase size of BaseRefVectorOf based on size of data not by 32  
2005-03-09  Alberto Massari   Protected getSrcOffset to avoid crashing when parsing has finished; updated documentation  
2005-03-08  Alberto Massari   Redeclare a namespace binding if the prefix is already bound to a different namespace (jira# 1371)  
2005-03-08  Christian Will   Improve performances of XMLString::tokenizeString (jira# 1363) 
2005-03-07  Khaled Noaman   Eliminate lazy creation of attribute lists 
2005-03-04  Markus Scherer   Initialize ICU to avoid multithreading problems 
2005-03-04  Alberto Massari   The URL fragments were leaked (jira# 1362) 
2005-03-03  Steve Dulin   Update samples to use XERCESCOUT instead of XERCESCROOT  
2005-03-03  Alberto Massari   Removing makefile project, as BCB6 users should use the .bpr project (jira# 1347) 
2005-03-03  David Bertoni   Removed superfluous const qualifiers 
2005-02-25  David Cargill   Attempt to fix compiler errors 
2005-02-25  David Bertoni   Performance improvements  
2005-02-25  Alberto Massari   Fixing spelling errors  
2005-02-25  Scott Cantor   Fix for compile under gcc 4 
2005-02-25  David Bertoni   Fix thread safety issues. Jira #30380. Thanks to David Bertoni 
2005-02-23  Mike Boos   Various PSVI fixes  
2005-02-23  Steve Dulin  Allow ICU to be used for transcoding and casing  
2005-02-23  David Cargill   Copy performance change made to XMLUTF8Transcoder.cpp to the 390 version 
2005-02-21  James Berry   Bugfix: XERCESC-1074; get rid of warnings  
2005-02-21  David Cargill   Doc updates, including xercesc-1352  
2005-02-21  Christian Will  Performance fixes  
2005-02-21  Alberto Massari   Updated makefile (bug# 1346) 
2005-02-19  David Cargill   Update error message from regular expressions  
2005-02-19  David Bertoni   Prefix mapping fix  
2005-02-19  David Cargill   Store key for recreating table instead of using enclosingscope 
2005-02-18  James Berry  Update release plan with tenative 3.0 list 
2005-02-14  James Berry  Fix spelling of fgMacLCPEncodingName 
2005-02-11  James Berry   Remove from project obsolete files XObjectComparator and XTemplateComparator.  
2005-02-11  Chris Cates  Explicitly create a unicode collator for Mac 
2005-02-07  Alberto Massari   AStatic builds had incomplete MIDL command lines  
2005-02-02  Alberto Massari   Enable building of tests and samples under Interix (jira# 1330) 
2005-02-02  Alberto Massari   Mark global variables for this module as static (jira# 1331) 
2005-02-02  Alberto Massari   Added rehashing capabilities  
2005-01-26  Alberto Massari  If the option /Zc:wchar_t is specified, map XMLCh to wchar_t (jira# 413)  
2005-01-26  Alberto Massari  XMemory updates 
2005-01-20  David Cargill   Xercesc-1326: Documentation update for getTextContext. 
2005-01-20  David Cargill   Xercesc-1328: Fix spelling of XMLUni::fgXercesUseCachedGrammarInParse (missing an a in parse) 
2005-01-18  Steve Dulin  Delete memory for parser and grammarpool 
2005-01-14  Alberto Massari  When entity reference creation was on, the document created by the parser was leaked (jira# 490)  
2005-01-13  Alberto Massari   Support for UnixWare 7.1.1 (jira# 1148) 
2005-01-12  David Cargill   Fix for xercesc-1219 
2005-01-12  David Cargill  Remove warning messages. 
2005-01-08  Alberto Massari   Fixes to compile with Visual Studio 2005 (jira# 1253) 
2005-01-08  David Cargill   Fix for Xercesc-1283: incorrect case for xmluni predefined constant in doc 
2005-01-07  David Cargill   Fix for Xercesc-1314: clarify what is xercescroot. 
2005-01-07  Alberto Massari   Updated Borland makefile 
2005-01-07  Alberto Massari   scanReset() should always clear the maps used to detect duplicate attributes 
2005-01-06  Alberto Massari   Removed warnings 
2005-01-06  Alberto Massari   When emitting a "duplicate attribute" error, we were using an unitialized pointer variable 
2005-01-06  David Cargill   Update SAX2Print sample project files to add new files recently added to sample  
2005-01-05  Alberto Massari   Add icpc to the list of C++ compilers (jira# 1311)  
2005-01-03  James Berry   Add support for use of ICU with Mac OS X version 
2005-01-03  Alberto Massari   maps used to detect duplicate attributes are now cleaned  
2005-01-03  Alberto Massari   Fixed name of include file [jira#1321] 
2004-12-30  Alberto Massari  Notify advanced handlers of the whitespace before and after the root document element (jira# 729) 
2004-12-30  Alberto Massari  Delete the user data informations only after invoking all the NODE_DELETED handlers (jira# 620) 
2004-12-30  Alberto Massari  Added API to remove all entries having the same primary key 
2004-12-29  Alberto Massari  The second call to ucnv_fromUChars was causing the buffer not to be terminated (jira#1300) 
2004-12-28  James Berry  Add support for use of sockets netaccessor on Mac OS X. 
2004-12-28  James Berry  Fix syntax error caught by GCC 4 
2004-12-28  Alberto Massari  DOMDocument::cloneNode can clone the element definitions (bug# 647) 
2004-12-28  Alberto Massari  Store fAxisType as an integer, not as a XMLCh (bug# 1177) 
2004-12-24  Alberto Massari  Add support for SAX2 filters (jira# 1133) 
2004-12-23  David Cargill  XSValue Updates 
2004-12-23  Alberto Massari  Use correct prefix on end tag 
2004-12-21  David Cargill  Attempt to fix various apidoc problems 
2004-12-20  David Cargill  Add assert to avoid memory violation 
2004-12-13  Christian Will  Performance improvement 
2004-12-12  Alberto Massari  Take into account the fExpandEntityReferences setting [jira# 1303] 
2004-12-10  David Cargill  Fix problem with hexbin::decode and use XMLByte instead of XMLCh for output of decoding. 
2004-12-09  Khaled Noman  DOM L3: pass schema normalized value only when datatype-normalization feature is enabled. 
2004-12-09  Alberto Massari  Fxi for jira392 
2004-12-07  Khaled Noman  An option to ignore a cached DTD grammar 
2004-12-07  Alberto Massari  Fixed memory leak in operator= [jira# 1307] 
2004-12-06  Alberto Massari  Take into account the fExpandEntityReferences setting [jira# 1303] 
2004-12-06  David Cargill  Clean-up error text for a message that said unsupported 
2004-12-05  Alberto Massari  Added XMLString::release(void**, MemoryManager*) [jira# 1301] 
2004-12-05  Alberto Massari  entity resolver behaviour  
2004-12-01  Alberto Massari  Avoid throwing an exception when orphaning a cached grammar that has not been used yet 
2004-12-01  David Cargill  Update two error messages: add missing parameter, remove extra parameter 
2004-12-01  Stephen Dulin  Update ccsid.h for new release of icu 
2004-12-01  David Cargill  Fix for bug xercesc-1304 
2004-11-29  David Cargill  Update MS VC7.1 build options 
2004-11-29  David Cargill  Remove XObjectComparator and XTemplateComparator. These are debug files that aren't used. 
2004-11-25  Khaled Noaman  Fix for synthetic annotation generation on 'extension' element of simpleContent 
2004-11-25  Khaled Noaman  Fix problem with an All content model with minOccurs of 0. 
2004-11-24  Dave Bertoni  Fix to correctly report the boundaries of an external subset 
2004-11-18  Christian Will  Memory improvement to utility classes 
2004-11-18  David Cargill  Changes for linker problems with linux build using xlc. 
2004-11-17  Christian Will  Performance improvement to utility classes. 
2004-11-15  Alberto Massari  Add build target for VC7.1 to create a static library 
2004-11-14  PeiYong Zhang  XSValue updates 
2004-11-13  David Cargill  Fix for validate annotations. 
2004-11-12  Khaled Noaman  Fix multi threading problem. 
2004-11-10  PeiYong Zhang  To build ICU3.2 and on Linux/xlC_r 
2004-11-09  PeiYong Zhang  Storer_NewerThan_Loader 
2004-11-08  PeiYong Zhang  MSVC 7.1 
2004-11-08  Alberto Massari  Fix for jira#1298: NetBSD uses r+ to open files for reading 
2004-11-07  PeiYong Zhang  read/write Storer level 
2004-11-05  PeiYong Zhang  Msg build versioning 
2004-11-02  PeiYong Zhang  [Jira#1294] Compiler Warnings on IRIX with MIPSpro compiler ver 7.4 
2004-11-02  PeiYong Zhang  Handling OutOfMemory exception 
2004-10-28  David Cargill  Add missing parameter to three error messages. 
2004-10-28  PeiYong Zhang  Data member reshuffle and store/load 
2004-10-27  PeiYong Zhang  Optimized alignment for various data types 
2004-10-27  James Berry  MacOS build updates 
2004-10-26  PeiYong Zhang  Maintain consistent order among multiple store/load session to allow comparison 
2004-10-26  Gareth Reakes  Fixed version number 
2004-10-20  Khaled Noaman  Allow option of initializing static data in XMLPlatformUtils::Initialize 
2004-10-19  PeiYong Zhang  XercesC2_6_0 updates: build debuged libary on Windows/VC6 
2004-10-19  PeiYong Zhang  [Jira#1287] new deprecated DOM libraries not included in .spec file for Linux 
2004-10-19  Khaled Noaman  Performance improvement 
2004-10-15  David Cargill  Fix for jira bug 1234. Infinite loop in XSComplexTypeDefinition::derviedFromType. 
2004-10-13  PeiYong Zhang  using ValueHashTableOf to reduce footprint 
2004-10-13  David Cargill  Fix for jira bug 1282: empty exception message being generated 
2004-10-13  David Cargill  Serialization fix, fPVSIScope not serialized. 
2004-10-12  PeiYong Zhang  Change attribute number threshold to 100 
2004-10-04  PeiYong Zhang  Support to build ICU3.0 on Solaris2.8 64-bit 
2004-10-04  Alberto Massari  Fix for Jira 866 

Release Information for Xerces-C++ 2.6.0
 

Here is the list of bugs that are resolved in this release, Xerces-C++ 2.6.0.

Date  Contributor  Description 
2004-09-29  Khaled Noaman   Bug 1209  
2004-09-29  David Cargill   Mark SAXParser as deprecated.  
2004-09-29  David Cargill   jira1217  
2004-09-29  Dan Rosen   jira1207  
2004-09-28  Khaled Noaman, Anthony O'Dowd   Performance: improve src offset calculation.  
2004-09-28  PeiYong Zhang   Optimized duplicated attributes checking for large number of attributes 
2004-09-28  Alberto Massari   BCC 511 updates  
2004-09-27  David Cargill   Update sample to use an error handler and only generate xsmodel when a schema document has been loaded successfully.  
2004-09-27  David Cargill   Update documentation to describe new features  
2004-09-27  Khaled Noaman, David Cargill   Validate annotations  
2004-09-27  Khaled Noaman  Reset datatype validator  
2004-09-27  David Cargill   XERCESC-1277  
2004-09-26  Khaled Noaman   [Bug 1197]  
2004-09-25  Gareth Reakes, Adam Heinz   Fix to 1264. All refererences to public headers now use the include files. 
2004-09-25  James Littlejohn   Fix documentation generation problem.  
2004-09-23  Alberto Massari   jira1259  
2004-09-22  David Cargill   Add support for generating synthetic XSAnnotations.  
2004-09-22  David Cargill   Fix memory leak in PSVIWriter sample. 
2004-09-22  John Hibbert   Bug fixes  
2004-09-22  David Cargill   Remove unused variable and data member.  
2004-09-22  Alberto Massari   Reorder initialization of variables in constructor  
2004-09-21  PeiYong Zhang   Do not build/ship debug version lib on Windows  
2004-09-21  PeiYong Zhang   Change lib name on Windows from 2_5_0 to 2_5  
2004-09-21  David Cargill   Documentation Updates.  
2004-09-21  PeiYong Zhang  Handle partial PSVIElement 
2004-09-20  James Berry   Mac updates  
2004-09-20  Alberto Massari   Added a setCreateSchemaInfo method to the DOM parsers, to store PSVI informations in element and attribute nodes  
2004-09-20  Alberto Massari   Mark some methods as deprecated  
2004-09-16  Alberto Massari   Remove XercesMessages_en_US.hpp from the Win32 projects (they use the WinRC MsgLoader) 
2004-09-16  PeiYong Zhang   provide default implementation for CreateDocumentType  
2004-09-16  Alberto Massari   Don't include icudata.lib to the Windows projects: ICU 3.0 has renamed and it's no more needed since ICU 2.0  
2004-09-16  Alberto Massari   Updated error message for UPA to also state the complex type that is failing the test  
2004-09-14  Alberto Massari, Ron Romero   jira 855)  
2004-09-14  Alberto Massari  jira1248  
2004-09-14  Alberto Massari   jira1261  
2004-09-13  PeiYong Zhang   new method: getActualValue() 
2004-09-10  David Bertoni  Performance improvement fix to more efficiently findattdef.  
2004-09-10  David Bertoni   Return bool as described in the interface for cacheGrammar instead of throwing an exception.  
2004-09-09  David Cargill, Steve Dulin   0S/390 build updates 
2004-09-08  PeiYong Zhang   Apache License Version 2.0 
2004-09-04  David Cargill   XercesC-1269 Fix: Remove extra comma.  
2004-09-02  David Cargill   Fix API Doc warning message 
2004-09-02  David Cargill, Patrick Townsend and Jay Hansen   OS400 Build updates  
2004-09-02  David Cargill   Specify bmaxdata for AIX samples and tests. 
2004-09-02  David Cargill   Add OutOfMemoryException block to samples and tests. 
2004-08-31  David Cargill   Thread safety change for getTypeLocalName and getTypeUri  
2004-08-30  Alberto Massari   Reduce memory footprint of DOMNode::setUserData 
2004-08-30  Alberto Massari   Don't allocate a DOMTypeInfo object if there is no type info to store  
2004-08-30  Alberto Massari   Added transferElement API  
2004-08-27  Alberto Massari   getXSModel fix  
2004-08-20  David Cargill  Jira bug XERCESC-1257  
2004-08-19  PeiYong Zhang   Add XSValue test  
2004-08-11  Andrew Fang   Fixing Xerces-C crash when creating a MixedContentModel  
2004-08-11  PeiYong Zhang   Externalised validation, actual/canonical value production for Schema built-in data types  
2004-07-27  PeiYong Zhang   build on aix xlC_r v6 with v5 comptiable name mangling scheme  
2004-07-26  Alberto Massari   reset() was not resetting the stack of types (jira1245)  
2004-07-23  Anders Hybertz  calcRequiredSize assumed all the characters were of the same size (jira1142) 
2004-07-23  Alberto Massari   jira1179  
2004-07-23  Alberto Massari   jira1206  
2004-07-23  Alberto Massari   A global mutex was not cleaned up  
2004-07-23  Alberto Massari   jira 862 
2004-07-22  Bob Buck   jira1186  
2004-07-22  Khaled Noaman  Use file static instance instead of local static instance  
2004-07-22  Khaled Noaman  Eliminate the need to create a temporary content model when performing UPA checking 
2004-07-21  PeiYong Zhang   use the supplied memory manager 
2004-07-16  Alberto Massari   Enable libWWW on Solaris  
2004-07-13  Joanne Bogart  Fixed bugzilla bug 23100. 
2004-07-12  PeiYong Zhang   Increment patnIndex only when a match is found  
2004-07-12  David Bertoni   IGXMLScanner::fErrorStack not cleared if an exception is thrown  
2004-07-09  PeiYong Zhang   Build on HP-Itanium, aCC A.05.52 
2004-07-09  Syam Gadde   jira957  
2004-07-08  Alberto Massari   jira1236  
2004-07-08  Alberto Massari   Force the destruction of an XMLBuffer before terminating Xerces 
2004-07-08  David Cargill, Khaled Noaman, Steve Dulin   ThreadTest updates  
2004-07-07  PeiYong Zhang   Upgrade to ICU3.0 
2004-07-07  Alberto Massari   Fix for jira1170 
2004-07-07  Ray Logel   Fir for jira1136 
2004-07-06  Alberto Massari   Fix for jira1226  
2004-07-06  Alberto Massari   Fix for jira1238  
2004-07-06  Alberto Massari   Fix for jira1210  
2004-07-06  David Cargill   Rename VALUE_CONSTRAINT enumeration names  
2004-06-28  David Cargill  Initialize memory manager to default. 
2004-06-24  PeiYong Zhang   Schema-Errata  
2004-06-23  Neil Graham   fix for compilation under gcc 3.5 
2004-06-22  Alberto Massari   Fix for jira1181  
2004-06-21  Neil Graham   don't switch grammars unnecessarily  
2004-06-21  Alberto Massari   Fixed memory leak (jira1228) 
2004-06-15  David Bertoni   Memory Leakage Fixed  
2004-06-15  Steve Dulin   make sure tables are properly aligned 
2004-06-15  Neil Graham   supported C++ namespaces doc update  
2004-06-14  PeiYong Zhang   Consolidated End Of Line Handling 
2004-06-09  John Snelson  Fixed null pointer bug 
2004-06-02  Neil Graham   Fix bug where scanners would accept malformed tags and perf improvements  
2004-06-01  David Cargill   Fix memory leak. 
2004-05-31  PeiYong Zhang   XML 1.1  
2004-05-27  Neil Graham   Performance fix: clearing the undeclared attribute maps on start tags 
2004-05-25  PeiYong Zhang   normalizeURI() added 
2004-05-25  PeiYong Zhang   XMLString::removeChar added  
2004-05-21  David Bertoni   [jira1216] GrammarResolver never clears internal cache of Grammar instances 
2004-05-19  PeiYong Zhang   MingGW updates  
2004-05-14  PeiYong Zhang   UTF-8 new error message  
2004-05-11  Alberto Massari   The net accessor input source now can be used to get data using PUT or POST  
2004-05-10  Alberto Massari   Performance: push a new map on the namespace stack only when an element has a xmlns attribute 
2004-05-05  Alberto Massari   Enable libWWW on Linux  
2004-05-05  Alberto Massari   Added error message for the HTTP NetAccessor 
2004-05-05  Alberto Massari   xlat doesn't compile on Windows  
2004-05-04  David Cargill   Enable IDs to work on all kinds of schema components 
2004-05-03  David Bertoni   To resolveGrammar correctly 
2004-04-22  Steve Dulin   not all 390 processors support the new transcoding instructions  
2004-04-22  David Cargill   Misc fix to update fCount in the correct place. 
2004-04-22  David Cargill   Schema bug with group redefined  
2004-04-22  David Cargill   Misc doc updates 
2004-04-20  PeiYong Zhang   xlat generate code for private default constructor 
2004-04-20  PeiYong Zhang   XML1.0 3rd Edition Updates  
2004-04-19  Shin'ya MORINO  Add "UTF16" as a synonym for UTF-16 (bug #XERCESC-1198)  
2004-04-16  David Cargill   Doc updates for Jira  
2004-04-15  James Berry   Various MAC fixes  
2004-04-14  David Cargill   Various PSVI Fixes  
2004-04-13  PeiYong Zhang   Identity Constraints  
2004-04-12  David Cargill   Doc updates  
2004-04-07  PeiYong Zhang   Add createDocumentType  
2004-04-07  PeiYong Zhang   Grammar caching of DTD internal subsets  
2004-04-06  Steve Dulin   fix for file resolution problems on OS/390  
2004-04-06  Alberto Massari   DTDs included from XML Schema were not opened using the entity resolver specified by the user (bug# 27008) 
2004-04-05  PeiYong Zhang   make comparison case insensitive, typo in error message corrected. 
2004-04-02  PeiYong Zhang   Annotation reporting improvements  
2004-04-02  Berin Lautenbach   item() was could only return items found in the first non-empty bucket 
2004-04-01  PeiYong Zhang   Add Messages to DOMExceptions  
2004-03-30  PeiYong Zhang   packageBinaries.pl improvements  
2004-03-24  Alberto Massari   importNode bug fix  
2004-03-19  PeiYong Zhang   Serialization Changes  
2004-03-17  PeiYong Zhang   Deprecated DOM  
2004-03-17  Alberto Massari   Inside attribute values, new lines must be escaped (bug#20858) 
2004-03-15  Alberto Massari   Added support for MinGW (bug#23176) 
2004-03-10  Alberto Massari  Fix documentation for binToText (bug# 9207)  
2004-03-09  PeiYong Zhang   Serialization changes  
2004-03-05  Alberto Massari   DOMNamedNodeMap Performance Improvements  
2004-03-05  Michael Boos   PSVI Fixes 
2004-03-05  Alberto Massari   The maps inside the DTD are declared of the right type, removing the need for casts 
2004-03-05  Alberto Massari   Removed unnecessary inclusion of implementation headers  
2004-03-03  Alberto Massari   DOMNodeVector is used only to store attributes; save memory  
2004-03-03  Alberto Massari   WFXMLScanner was throwing an index out of bound exception  
2004-03-03  Alberto Massari   [bug# 7051] The "hash" argument clashes with STL hash  
2004-03-02  PeiYong Zhang   save/load TypeUri/TypeLocalName more accurately 
2004-03-02  PeiYong Zhang   eliminate leakage  
2004-03-02  Alberto Massari   Check for errors when saving a document to a file (bug# 2594)  
2004-03-02  Steve Dulin   OS/390 transcoder update  
2004-03-02  Alberto Massari   Added test for bug# 26919  
2004-03-02  Alberto Massari   If insertBefore(A,A) is invoked, a crash would occur (bug# 26919)  
2004-03-02  Alberto Massari   When cloning a DOMDocument, clone also the encoding, version and standalone info (bug#13056)  
2004-03-01  PeiYong Zhang   Instantiate XSerializeEngine with GrammarPool 
2004-03-01  Khaled Noaman  Fix for UPA checking  
2004-03-01  PeiYong Zhang  new getter: getHashModulus  
2004-02-28  James Berry  Revise the Mac OS Transcoder to use the Mac Text Encoding Converter 
2004-02-28  James Berry  Update Mac OS Projects for newly added files 
2004-02-27  Alberto Massari  Fixed memory leaks 
2004-02-26  Alberto Massari  Fix for bug# 27263 (extra = in registration script 
2004-02-25  Alberto Massari  The COM wrapper doesn't use the deprecated DOM anymore 
2004-02-25  Alberto Massari  Fixed typo in documentation 
2004-02-25  PeiYong Zhang  Bug#27209: Xerces 2.5.0 does not build with option -t IconvGNU because of syntax errors! 
2004-02-24  PeiYong Zhang  XercesDeprecatedDOMLib 
2004-02-20  David Bertoni  Bug#27046 
2004-02-18  PeiYong Zhang  Doxyfile update to 2.5.0 
2004-02-17  Abe Backus, Neil Graham  fix for bug 25035: cygwin support 
2004-02-17  Neil Graham  fix potential memory leak 

Release Information for Xerces-C++ 2.5.0
 

Below is the list of fixed bugzilla bugs that are resolved in this release, Xerces-C++ 2.5.0.

Date  Contributor  Description 
2004-02-15  Neil Graham  make first parameter of BinOutputStream::writeBytes const * const; bug 26936 
2004-02-13  Khaled Noaman  Remove the limitation on providing PSVI information 
2004-02-13  David Cargill  Update threadtest to accept -init option instead of using compiler directive. 
2004-02-13  David Cargill  Remove unnecessary if statement 
2004-02-13  David Cargill  Bug#26900 fix, remove virtual on destructor 
2004-02-12  Alberto Massari  Xercesc2_5_0 Updates 
2004-02-12  PeiYong Zhang  Xercesc2_5_0 Updates 
2004-02-12  David Cargill  PSVIWriter documentation updates 
2004-02-12  Merlin  Bug#26607 fix 
2004-02-12  Alberto Massari  Bug#21965: A substitution group with no type is always valid  
2004-02-12  David Cargill  SCMPrint build error fix 
2004-02-12  Alberto Massari  Xercesc2_5_0: com updates 
2004-02-12  Erik Rydgren  Implemented setTextContent  
2004-02-11  PeiYong Zhang  Project SUMPrint 
2004-02-11  PeiYong Zhang  PSVIWriter to build with intel 
2004-02-11  David Cargill  PSVIWriter to build on AIX 
2004-02-11  David Bertoni  Bug#26648 fix 
2004-02-11  David Cargill  Bug#26131fix. 
2004-02-11  David Cargill  Bug#25541fix 
2004-02-10  David Cargill  PSVIWriter build fix 
2004-02-09  C-J Berg  Bug#20684 fix 
2004-02-09  David Cargill  PSVIWriter build fix and usage update 
2004-02-06  PeiYong Zhang  Project PSVIWriter 
2004-02-06  David Cargill  Misc 390 changes. 
2004-02-06  David Cargill  Intrinsic transcoding support for 390. 
2004-02-05  David Cargill  Fix a seg fault with PSVI and set basetype of anysimpletype to be anytype. 
2004-02-05  David Cargill  Code cleanup changes to get rid of various compiler diagnostic messages. 
2004-02-04  Alberto Massari  Added support for the Interix platform (Windows Services for Unix 3.5) 
2004-02-04  Berin Lautenbach  Bug#26426 fix 
2004-02-03  PeiYong Zhang  Bug#26315 fix 
2004-02-03  PeiYong Zhang  put back the parameter to build debug 
2004-01-31  David Cargill  Update script to flush buffer 
2004-01-29  David Cargill  Update sanity tests so that each test result can be uniquely identified 
2004-01-29  David Cargill  Code cleanup changes to get rid of various compiler diagnostic messages. 
2004-01-28  James Berry  Add include for unistd.h 
2004-01-28  James Berry  Define away some gcc garbage so that /usr/include/unistd.h will compile with the CodeWarrior MachO target  
2004-01-26  James Berry  Add a check for a corner-case buffer condition 
2004-01-25  James Berry  Bug #26419 fix 
2004-01-25  James Berry  Step around CodeWarrior compiler warning 
2004-01-25  James Berry  Update Mac OS Xcode project to reflect recent file additions 
2004-01-25  James Berry  Update Mac OS CodeWarrior project to reflect recent file additions 
2004-01-21  PeiYong Zhang  Bug#25751fix 
2004-01-19  Alberto Massari  WideCharToMultiByte and MultiByteToWideChar return 0 on failure, not -1 
2004-01-16  PeiYong Zhang  maintain the same size on both 32/64 bit architecture 
2004-01-16  PeiYong Zhang  Project XSerializerTest 
2004-01-16  Alberto Massari  In the Win32LCPTranscoder, don't use wcstombs or mbstowcs, as they don't pick up the correct local code page; use the Win32 API using CP_ACP as the code page  
2004-01-16  Alberto Massari  Removed usage of undeclared macro MIN 
2004-01-15  PeiYong Zhang  proper allignment for built-in datatype read/write 
2004-01-15  Khaled Noaman  HP compiler (after upgrade) is no longer complaining about placement delete 
2004-01-15  Alberto Massari  Bug#18341 fix 
2004-01-15  Michael Wuschek  Bug#24929 fix  
2004-01-13  PeiYong Zhang  revert code back to previous version 
2004-01-13  Kahled Noaman  Remove unnecessary local static data 
2004-01-13  PeiYong Zhang  set optimization level#2 on hp aCC 
2004-01-13  David Cargill  Misc build updates 
2004-01-13  David Cargill  Undo previous change memory management changes. 
2004-01-13  David Cargill  Misc memory management changes 
2004-01-13  Khaled Noaman  For sanity, use class name to qualify method 
2004-01-13  Khaled Noaman  Fix wrong size of allocation 
2004-01-12  Neil Graham  remove unused static member 
2004-01-12  Neil Graham  update Copyright year 
2004-01-12  David Cargill  Minor performance change for handling reserved and unreserved characters. 
2004-01-12  David Cargill  Fix 390 compilation errors. 
2004-01-12  Khaled Noaman  Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap 
2004-01-12  Neil Graham  remove use of static buffers 
2004-01-12  David Cargill  Avoid throwing malformedurl exceptions in XMLURL to avoid a threading problem on AIX. 
2004-01-06  Khaled Noaman  PSVI: inherit facets from base type 
2004-01-06  Neil Graham  Bug#25660 fix 
2004-01-06  Joanne Bogart, Neil Graham  Bug#25542 fix 
2004-01-06  Alberto Massari  Bug#25768 fix: Replaced the call to wcstombs using a NULL target buffer with the equivalent call to WideCharToMultiByte ()  
2004-01-06  Jeroen Witmond, Neil Graham  Bug#25412 fix 
2004-01-06  Khaled Noaman  Fix segfault when adding S4S 
2004-01-06  Khaled Noaman  Reset list of grammars after building XSModel 
2004-01-06  PeiYong Zhang  using the no-exception-thrown ctor 
2004-01-06  Reid Spencer, Neil Graham  Bug#28517 static initialization problems 
2004-01-06  Neil Graham  make sure locally-declared attributes have declarations in the PSVI 
2004-01-06  Neil Graham  On some platforms, it is problematic to throw a different exception from inside the catch block of another exception  
2004-01-05  Khaled Noaman  Various PSVI fixes 
2004-01-03  PeiYong Zhang  using ctor/parseContent to avoid exception thrown from ctor 
2003-12-31  David Cargill  Update AIX build to generate .a libraries as -brtl is no longer used so that a build generated without using packageBinaires.pl will be clean.  
2003-12-31  David Cargill  Release memory when an error is encountered. 
2003-12-31  Alberto Massari  Updated project for BCC551 
2003-12-31  Alberto Massari  Made virtual function checkAdditionalFacet 'const', so that it matches the declaration in a derived class  
2003-12-30  Neil Graham  Even if the resolver has no grammars, since all schema processors are aware of the schema-for-schemas, an XSModel should be produced. 
2003-12-30  Neil Graham  fix one more buffer overrun, affecting boolean lists 
2003-12-30  Neil Graham  enable production of canonical representations for dates with negative years, or years >9999  
2003-12-30  Neil Graham  ensure an XSModel 
2003-12-30  Neil Graham  even if there are no grammars to add to an XSModel, the S4S grammar must be included  
2003-12-30  Neil Graham  do not report anything about default/fixed values for non-global attribute declarations 
2003-12-30  Neil Graham  use a null-terminated string when tokenizing pattern facets 
2003-12-30  Neil Graham  more PSVI bug fixes 
2003-12-30  Neil Graham  some indices in the PSVIAttributeList were 1 off 
2003-12-30  Neil Graham  fix segfault when validation of a union type fails 
2003-12-30  Neil Graham  initialize undeclared attribute registry appropriately for its local use in scanStartTag 
2003-12-30  Neil Graham  allow schema normalized values to be associated with a PSVIAttribute after it is reset 
2003-12-29  PeiYong Zhang  use the original memory manager to deallocate in assignment operator 
2003-12-29  Khaled Noaman  PSVI: return value constraint only if global declaration 
2003-12-29  Khaled Noaman  PSVI: add whitespace facet if missing 
2003-12-29  Khaled Noaman  More PSVI updates 
2003-12-29  Alberto Massari  When parsing a new element, clear the maps holding the unparsed attribute we have seen. This because these maps keep pointers to the name of the attributes object that gets recycled for every element (and their name is deallocated when recycled) 
2003-12-24  David Cargill  Memory management update. 
2003-12-24  David Cargill  Improved algorithm for finding derivedFrom. 
2003-12-24  David Cargill  More updates to memory management so that the static memory manager. 
2003-12-23  PeiYong Zhang  Absorb exception thrown in getCanonicalRepresentation and return 0, only validate when required 
2003-12-22  Michael Glavassevich  Bug#18611 fix. 
2003-12-22  Gareth Reakes  Bug #25699 fix: made getRootElemID const.  
2003-12-22  Jeroen N. Witmond, Gareth Reakes  Bug#25164: Patch for doc enhancement 
2003-12-20  Neil Graham  add attribute names to PSVIAttributeList and fix some problems with calculation of canonical values in element content  
2003-12-20  Neil Graham  fix canonical representation production 
2003-12-20  Neil Graham  store name/namespace of corresponding attribute in PSVIAttributeList; not all PSVIAttributes have XSAttributeDeclarations  
2003-12-19  David Cargill  Fix compiler messages on OS390. 
2003-12-19  David Cargill  More memory management updates. 
2003-12-19  Khaled Noaman  PSVI: process 'final' information 
2003-12-19  Neil Graham  when validating a skipped element or attribute, we should not look for a declaration.  
2003-12-19  Neil Graham  remove a throw clause inserted during debugging 
2003-12-18  PeiYong Zhang  do not assert memorymanager in placement delete. 
2003-12-17  David Cargill  Fix AIX compiler error. 
2003-12-17  Khaled Noaman  PSVI: Use complex type info if present, otherwise use datatype validator 
2003-12-17  Khaled Noaman  PSVI: fix for annotation of attributes in attributeGroup/derived types  
2003-12-17  Neil Graham  fix two overflow conditions 
2003-12-17  Neil Graham  fix a segfault and a possible buffer overflow condition 
2003-12-17  David Cargill  Update for memory management so that the static memory manager (one used to call Initialize) is only for static data. 
2003-12-17  Khaled Noaman  Check for NULL when building XSParticle 
2003-12-16  Neil Graham  fix compilation error 
2003-12-16  Neil Graham  ensure all uses of ArrayJanitor use a memory manager 
2003-12-16  Neil Graham  add default memory manager parameter to loadMsg method that uses char * parameters 
2003-12-16  David Cargill  Fix memhandlertest failure (memory not deleted). 
2003-12-16  PeiYong Zhang  XSerializerTest updates 
2003-12-16  PeiYong Zhang  exception thrown upon invalid number, thanks Gareth Reakes. 
2003-12-16  Khaled Noaman  Make IC_Field stateless, fMayMatch is no longer a data member of IC_Field 
2003-12-16  Khaled Noaman  Add nextElementKey method 
2003-12-    BinMemOutputStream 
2003-12-16  Alberto Massari  The DOMTypeInfo should have a NULL namespace and type name when DTD validation is used, not empty strings  
2003-12-16  PeiYong Zhang  don't expand ContextSpecNode when deserilized 
2003-12-16  Steve Dulin, Neil Graham  update 
2003-12-16  David Cargill  Change a conditional expression to an if-else to avoid a compiler problem.  
2003-12-15  Neil Graham  fix segfault when a writeAnnotation() method was called 
2003-12-15  David Cargill  psvi updates; cleanup revisits and bug fixes 
2003-12-14  Neil Graham  make use of XMLDocumentHandler::elementTypeInfo instead of non-thread-safe XMLElementDecl methods  
2003-12-13  Han Ming, Neil Graham  Bug#25494 fix 
2003-12-13  Neil Graham  fix compilation errors under gcc 
2003-12-13  Neil Graham  configure scripts need to be told about XSerializerTests before they can build its Makefile 
2003-12-12  Michael Glavassevich, Neil Graham  fix small bugs that made sanity tests fails 
2003-12-12  PeiYong Zhang  Project XSerializerTest 
2003-12-11  PeiYong Zhang  trailing zeros for double/float w/o decimal point 
2003-12-  Michael Glavassevich, Neil Graham  fixes for the URI implementation to take registry names into account  
2003-12-11  PeiYong Zhang  Canonical Representation Support 
2003-12-11  Khaled Noaman  Store non schema attributes from parent in XSAnnotation 
2003-12-10  Steve Dulin, Neil Graham  OS/390 updates 
2003-12-10  Steve Dulin, Neil Graham  make documentation accord with what Xerces-C supports 
2003-12-10  Steve Dulin, Neil Graham  ICU has deprecated the -s390 encoding suffix. This patch uses the new convention for XML documents that make use of this suffix  
2003-12-10  Steve Dulin, Neil Graham  make CreateDOMDocument sample more robust  
2003-12-10  Neil Graham  fixes for canonical value production; memory management was not implemented correctly  
2003-12-10  Stephen Dulin  Eliminate the preparsing stage  
2003-12-10  Neil Graham  change some hash constants 
2003-12-10  Neil Graham  fix seg fault caused when a complex type had simple content; we were not processing the complex type itself, only its base  
2003-12-09  James Berry  Remove GCC2 build styles from xcode samples 
2003-12-09  Han Ming Ong  Bug #25343 Add xcode project for SEnumVal sample  
2003-12-09  Han Ming Ong  Bug#25337: Enable DEPLOYMENT_POSTPROCESSING for Mac OS X GCC3 Deployment Build.  
2003-12-07  Neil Graham  fix bug in PSVI where a segfault would occur if an attribute was not defined 
2003-12-07  Neil Graham  fix duplicate attribute detection when namespaces are disabled 
2003-12-03  Neil Graham  PSVI fix: cannot allow validator to reset its element content buffer before exposing it to the application  
2003-12-03  Neil Graham  uninitialize panic handlers so they will be ready for subsequent initalizations 
2003-12-03  Pete Lloyd, Neil Graham  when an empty element is valid, it will not have a datatype validator  
2003-12-02  Jeroen Whitmond, Neil Graham  Bug#25118, additional fix once again  
2003-12-02  Neil Graham  since there are certain things, such as schemaLocation attributes, that have a datatype and which we nonetheless do not validate, make canonical-value production dependent on validity being valid  
2003-12-02  Pete Lloyd, Neil Graham  fix for ArrayIndexOutOfBoundsException in PSVIAttributeList 
2003-12-02  Alberto Massari  Bug#20169, openFile was opening the file for read and write, while only read was required  
2003-12-02  Alberto Massari  Removed /version option from the linker 
2003-12-02  Alberto Massari  Don't use the word "exception" as a variable name, as VC 7.1 complains about it 
2003-12-02  Alberto Massari  Bug#16055 fix, Make the code compilable on Windows when UNICODE is defined  
2003-12-01  Khaled Noaman  Properly set fAnnotation data member 

Release Information for Xerces-C++ 2.4.0 Dec. 2, 2003
 

Below is the list of fixed bugzilla bugs that are resolved in this release, Xerces-C++ 2.4.0.

Date  Contributor  Description 
2003-12-01  Jeroen Witmond/Neil Graham  fix Doxygen warnings; bug 25118 
2003-12-01  Neil Graham  fix bug 28084 
2003-11-28  Khaled Noaman  Set root element if not previpusly set, Use memory manager when creating root element name 
2003-11-27  Neil Graham  in preparation for stateless DOMTypeInfo for elements 
2003-11-27  Neil Graham  Fix state-ful duplicate attribute detection when the integrated scanner is in use and namespaces are off. Also, implement change to PSVIHandler interface to remove prefix passing. 
2003-11-27  Khaled Noaman  PSVIElement implementation 
2003-11-27  David Cargill  implement writeAnnotation 
2003-11-27  Neil Graham  create XSModels if a PSVIHandler has been set on the scanner. Make PSVI production more robust  
2003-11-27  Pete Lloyd  implement isSpecified 
2003-11-27  David Cargill  fixes for segfaults and infinite loops in schema component model implementation; 
2003-11-26  Neil Graham  mark DOMTypeInfo-related methods on XMLElementDecl deprecated since they are not thread-safe 
2003-11-26  Vitaly Prapirny  Bug#24983: Proposed changes of bcc.551 and bcb6 project files for forthcoming 2.4.0 release  
2003-11-26  PeiYong Zhang  DOMPrint run result updated. 
2003-11-26  Neil Graham  more complete implementation of PSVIAttributeList; remove some problematic const-ness  
2003-11-26  Khaled Noaman  Store XSModel. 
2003-11-25  Neil Graham  remove XMLIBM1047Transcoder's dependence on iostream 
2003-11-25  Khaled Noaman  Add a method to return the XSObject mapped to a schema grammar component 
2003-11-25  James Berry  Update Mac OS Codewarrior project, Cleanup build errors/warnings from CodeWarrior 
2003-11-25  David Cargill  Serialize enclosing complex type, Check for out of memory exception and document updates 
2003-11-25  David Cargill  Make XSObjectFactory inherit from XMemory 
2003-11-25  David Cargill  Misc. PSVI updates 
2003-11-25  David Cargill  Update expected result 
2003-11-25  Khaled Noaman  Fix AIX linking error 
2003-11-25  James Berry  Add Mac OS project for Xcode, Revise build instructions to reflect deprecation of Project Builder projects, and elevation of the Xcode projects.  
2003-11-24  James Berry  Eliminate some compiler warnings concerning comments inside of comments 
2003-11-24  Hongguo He  add IBM1047 to the list of intrinsic transcoders 
2003-11-24  Neil Graham  allow classes derived from XMLTransService to tailor the intrinsic maps to their taste. 
2003-11-24  Khaled Noaman  Reset memory manager in Terminate 
2003-11-24  Khaled Noaman  PSVI: finish construction of XSSimpleTypeDefinition 
2003-11-24  Gareth Reakes  added in support for xml-declaration feature. 
2003-11-24  Adam Heinz  Fix for bug 22917 
2003-11-23  Neil Graham  update method documentation 
2003-11-23  Neil Graham  DatatypeValidator support for PSVI 
2003-11-23  Khaled Noaman  PSVI updates