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

Home

Readme
Download
Installation
Build Instructions

API Docs
Samples
Schema

FAQs
Programming
Migration

Releases
Bug-Reporting
Feedback

Y2K Compliance
PDF Document

CVS Repository
Mail Archive

Xerces C++ Version 1.5.1: July 18, 2001
 
Date  Contributor  Description 
2001-07-17  Khaled Noaman  [Bug 2643] - derivation by extension of complex types does not permit addition of ONLY element content.  
2001-07-16  Tinny Ng  [Bug 2410] DOMParser::parse() throws undocumented exceptions.  
2001-07-16  Tinny Ng  [Bug 2512] typing mistake in code example of chapter "Constructing an XML Reader".  
2001-07-16  Tinny Ng  APIDocs fix: default for schema processing in DOMParser, IDOMParser, and SAXParser should be false.  
2001-07-15  James Berry  Add new files to UnionTypeValidator and ListDataTypeValidator to MacOS Project files.  
2001-07-09  Khaled Noaman  Add constraint checking for simple types.  
2001-07-11  Pei Yong Zhang  Fix to normalizeWhiteSpace: synchronize fDatatypeBuffer with toFill.  
2001-07-05  Pei Yong Zhang  Add ListDatatypeValidator and UnionDatatypeValidator.  
2001-07-10  Tinny Ng  Give proper error messsage when scanning external id.  
2001-07-10  Tinny Ng  The first char of PI Target Name should be checked.  
2001-07-09  Khaled Noaman  Add <any> declaration.  
2001-07-09  Khaled Noaman  Fixes for import/include declarations.  
2001-07-09  Tinny Ng  Partial Markup in Parameter Entity is validity constraint and thus should be just error, not fatal error.  
2001-07-08  James Berry  Add new samples projects: IDOMPPrint and SAX2Print for ProjectBuilder  
2001-07-08  James Berry  Update ProjectBuilder Xerces project for latest file additions.  
2001-07-08  James Berry  [Bug 2486] Files missing from XercesLib.mcp.  
2001-07-08  James Berry  Add new samples for CodeWarrior build: IDOMPrint and SAX2Print.  
2001-07-08  James Berry  New file for use in building Carbon samples.  
2001-07-08  James Berry  Simplify file existance checks.  
2001-07-08  James Berry  [Bug 2495] Missing ( in xerces-c-src1_5_0/obj/Makefile.in.  
2001-07-08  James Berry  Fix clean and distclean targets; broken because rm fails if passed no files.  
2001-07-06  Tinny Ng  [Bug 2472] Linker options ignored on IRIX.  
2001-07-06  Martin Kalen  Automatic build of single-threaded library.  
2001-07-05  Tinny Ng  Encoding String must present for external entity text decl.  
2001-07-05  Tinny Ng  Standalone checking is validity constraint and thus should be just error, not fatal error.  
2001-07-05  Pei Yong Zhang  Add NotationDatatypeValidator, QNameDatatypeValidator and ENTITYDatatypeValidator.  
2001-07-04  Pei Yong Zhang  Add IDREFDatatypeValidator and IDDatatypeValidator.  
2001-07-04  Pei Yong Zhang  XMLString:isValidName(): to validate Name (XML [4][5]).  
2001-07-03  Tinny Ng  Some compilers (e.g. the HP compiler) has mistaken the parameter 'std', which is short for standalone as the special prefix used by the standard libraries.  
2001-07-03  Miroslaw Dobrzanski-Neumann  Supporting dce threading on AIX and Solaris.  
2001-06-27  David Bertoni  [Bug 2365] Huge performance problem with the parser in XMLScanner::sendCharData().  
2001-06-27  David Bertoni  [Bug 2363] XMLScanner::sendCharData() can send the wrong length to the handler.  
2001-06-27  Khaled Noaman  [Bug 2353] Validating Parser parses after validation failed.  
2001-06-27  Murray Cumming  [Bug 1147] Headers install in wrong directory.  
2001-06-26  Tinny Ng  [Bug 2119] DOMString::print() should use DOMString::transcode() for transcoding.  
2001-06-25  Stephen Dulin  OS390 updates.  
2001-06-25  Linda Swan  AS400 updates.  
2001-06-25  Pei Yong Zhang  [Bug 1393] Converting from Unicode to iso8859.  
2001-06-25  Matt Lovett  [Bug 965] scanDocTypeDecl messes up the source offsets.  
2001-06-25  Khaled Noaman  Add constraint checking on elements in complex types.  
2001-06-22  James Berry  [Bug 2277] Bad argument to ConvertFromUnicodeToText.  
2001-06-22  Pei Yong Zhang  [Bug 2263] 'SIZE' : redefinition ( BooleanDatatypeValidator.cpp ).  
2001-06-22  Khaled Noaman  [Bug 2258] Bug in Iconv and Iconv390.  
2001-06-22  Tinny Ng  [Bug 2225] assignment vs. comparison in if clause.  
2001-06-22  Tinny Ng  [Bug 2257] 1.5 thinks a <?xml-stylesheet ...> tag is a <?xml ...> tag.  
2001-06-21  Khaled Noaman  [Bug 1946] Standalone validity check only for external decl.  
2001-06-21  Tinny Ng  [Bug 2262] Duplicated header guard.  
2001-06-20  Pei Yong Zhang  Proper Debug Guard: Reported by Dean.  
2001-06-19  Tinny Ng  Namespace should be off by default in XMLScanner.  
2001/06/19  Tinny Ng  Add installAdvDocHandler to SAX2XMLReader as the code is there already.  
2001-06-19  Khaled Noaman  Handle maxChars > length(toTranscode).  
2001-06-18  Erik Rydgren  Memory leak fix: to addlevel().  
2001-06-18  Khaled Noaman and Pei Yong Zhang  Add support for 'fixed' facet.  
2001-06-15  Khaled Noaman  Added constraint checking for ref on elements.  
2001-06-15  Tinny Ng  ICU 1.8.1 update.  

Xerces C++ Version 1.5.0: June 15, 2001
 
Date  Contributor  Description 
2001-06-15  Tinny Ng  Schema:
Add Schema support in XMLParsers (DOM/SAX/SAX2), XMLScanner.
Create SchemaValidator.
Add Grammar Model.
Support xsi:nil.
Support xsi:schemaLocation and xsi:noNamespaceSchemaLocation.
Update samples to enable schema.  
2001-06-15  Tinny Ng  Break DTDValidator into DTDGrammar, DTDScanner, and DTDValidator.  
2001-06-15  Tinny Ng  IDOM:
Complete the Range, TreeWalker, NodeIterator, and other memory fixes.
Support IDOM on UNIX platform.
Add samples IDOMPrint, and IDOMCount.
Add test cases IRangeTest and ITraversal.  
2001-06-15  Khaled Noaman  Schema:
Add Regular Expression.
Add Schema Messages.
Add Schema Simple Type Support.
Add Schema Complex Type Support (Except Group).
Add Schema Attribute Declarations support.
Add Schema Element Declarations support.
Support Simple Content and Complex Content.
Support Element and attribute reuse using "ref".
Support Schema Choice and Sequence.
Support Schema Import and Include.  
2001-06-15  Khaled Noaman  DatatypeValidator:
Add DatatypeValidator and DatatypeValidatorFactory.  
2001-06-15  PeiYong Zhang  Schema:
Add Schema support in Content Model.
Add Schema Exception Handling.
Add Schema XUtil.
Add QName Support.
Support SubstitutionGroup.  
2001-06-15  PeiYong Zhang  DatatypeValidator:
Support Base64DatatypeValidator,
BooleanDatatypeValidator,
DecimalDatatypeValidator,
HexBinDatatypeValidator,
StringDatatypeValidator,
InvalidDatatypeFacetException,
InvalidDatatypeValueException.  
2001-06-13  Erik Rydgren  [Bug 812] Memory leak with multiple !ATTLIST on single !ELEMENT.  
2001-06-08  Tinny Ng  [Bug 2043] XMLFormatter unallocates arrays incorrectly.  
2001-06-08  PeiYong Zhang  Documentation and project files update for Xerces 1.5.  
2001-06-08  Khaled Noaman  IDOM Documentation.  
2001-06-07  Khaled Noaman  Fix no error message for faulted-in attributes if reuse grammar for 3+ times.  
2001-06-06  Peter A. Volchek  /Platforms/Win32/Win32PlatformUtils.cpp
Include stdlib.h.  
2001-06-06  James Berry  Update Mac OS ProjectBuilder projects.  
2001-06-06  James Berry  Fix invalid file references in project.  
2001-06-06  James Berry  /src/util XMLString.cpp
Clean up compiler warning.  
2001-06-06  James Berry  /src/util/regx RegxParser.cpp
Fix two improper NULL tests.  
2001-06-05  James Berry  Add support for Mac OS X command line configuration and build.  
2001-06-5  Peter A. Volchek  Add 'const' to getGrammar.  
2001-06-04  PeiYong Zhang  The start tag "<?xml" could be followed by (#x20 | #x9 | #xD | #xA)+.  
2001-06-04  James Berry  Add support for tracking error count during parse; enables simple parse without requiring error handler.  
2001-06-01  Tinny Ng  /scripts/packageSources.pl
Keep the BCB4 project files in the source package.  
2001-05-22  James Berry  Check for existance of MacOS Unicode Converter routines prior to instanciating our transcoder object; Xerces will thus panic, rather than crash, if they don't exist. Add support to check for existance of MacOS Unicode Converter to avoid calling through NULL pointer.  
2001-05-16  Henry Zongaro  IDOM: Add DeepNodeList support.  
2001-05-16  Henry Zongaro  IDOM: Add namespace support.  
2001-05-10  Christian Schuhegger  [Bug 1158] built-in buffer limit could be smaller than system limit, use PATH_MAX instead.  
2001-05-10  Arnaud LeHors  [Bug 1605] AttrNSImpl.cpp: fixed typo in constructor.  
2001-05-09  Curt Arnold  [Bug 1500] The public id was set twice and the system id was not set on Notations.  
2001-05-04  Tinny Ng  DOMPrint: Check error before continuing.  
2001-05-03  Tinny Ng  ICU 1.8 update.  
2001-05-03  Khaled Noaman  Added new option to the parsers so that the NEL (0x85) char can be treated as a newline character.  
2001-04-23  Erik Rydgren  DTDScanner: Reuse grammar should allow users to use any stored element decl as root.  
2001-04-19  William L Hopper  Win32PlatformUtils: InterlockedCompareExchange on different Windows.  
2001-04-19  William L Hopper  BCB project changes.  
2001-04-16  James Berry  MacOSUnicodeConverter: Fix include path, Updates to reflect changes for Mac OS X final and Update MacOS projects for Mac OS X final ProjectBuilder.  
2001-04-11  Arnaud LeHors  [Bug 1303] AttrImpl: allow value to be set to null.  
2001-04-11  Tinny Ng  DOMParser: Attribute default values not printed in document type internal subset interface.  
2001-04-10  Tinny Ng  createdocs.bat: fix PDF generation.  
2001-04-04  Alberto Massari  DTDElementDecl: Error checking for null content spec.  
2001-04-02  Andy Heninger  IDOM: imported.  
2001-04-02  Andy Heninger  IThreadTest: imported.  
2001-03-30  Tinny Ng  [Bug 1150] Problems with Namespaces and validating parsing.  
2001-03-27  Roman Sulzhyk  [Bug 1069] Explicit Makefile dependency for 'lib' build.  
2001-03-26  PeiYong Zhang  When Standalone="yes", it is NOT supposed to accept element which is defined in external DTD with #FIXED attribute.  
2001-03-26  Andy Heninger  Update packageBinaries.pl for ICU 1.8. ICU debug .lib file names and locations changed.  
2001-03-23  Jeff Harrell  [Bug 1018] AutoSense looks for "IRIX" when it should look for "sgi" or "__sgi".  
2001-03-22  Roman Sulzhyk  [Bug 1069] The Makefiles fail to locate .cpp -> .o dependency and rebuild .o all the time.  
2001-03-22  John Rope  [Bug 1021] Accessing an XML file using the file "protocol" and a UNC path fails to open the file.  
2001-03-09  Tinny Ng  [Bug 733] Seg fault when trying to parse empty filename.  
2001-03-06  Tinny Ng  [Bug 677] Infinite loop caused by malformed XML. Happen when namespace is on.  
2001-03-02  Martin Kalen  Enabling libWWW NetAccessor support under UNIX. Tested with latest tarball of libWWW (w3c-libwww-5.3.2) under RedHat Linux 6.1.  
2001-02-27  Tinny Ng  [Bug 676] Linux for S/390 build requires -fPIC.  
2001-02-22  Tinny Ng  [Bug 678] StdInParse doesn't output filename or duration.  
2001-02-21  Matt Lovett  ICUTranscoder::transcodeFrom() expects ICU function ucnv_toUnicode to return an extra element in fSrcOffsets to allow us to figure out the last char size, which in fact it is not. The fix is to compute the last char size ourselves using the total bytes used.  
2001/02/16  Andy Heninger  Change limit test to reduce spurious pointer assignment warnings from BoundsChecker.  
2001-02-14  Bob Kline  Better FAQ for the checksum error.  
2001-02-14  Mark Everline  Core dump when UTF-16 encoding contradicts actual encoding.  
2001-02-13  Hiram Clawson  Update samples/tests files for on UnixWare 7.1.1 with gcc 2.95. Add UNIXWARE platform defines to Makefile.incl, add recognition of sysv5uw7 to configure.in, and add unixware as recognized platform to runConfigure.  
2001-02-09  Martin Kalen  Update support for SCO UnixWare 7 (gcc). Tested under UnixWare 7.1.1 with gcc version 2.95.2 19991024 (release) with gmake 3.79.1.  
2001-02-08  Martin Kalen  Enable COMPAQ Tru64 UNIX machines to build xerces-c with gcc (tested using COMPAQ gcc version2.95.2 19991024 (release) and Tru64 V5.0 1094).  
2001-02-07  Bill Schindler  Rearranged statements in Initialize() so that platformInit() is called before an XMLMutex is created.  
2001-02-07  Richard Ko  Storage overlay in ucnv_setFromUCallBack. 
2001-02-05  Tinny Ng  [Bug 766] /src/util/Compilers/CSetDefs.hpp: define NO_NATIVE_BOOL macro only if not pre-defined/reserved.  
2001-02-05  Jordan Naftolin  Add createPDF.jar and apachPDFStyle.xsl to convert documentation xml files to pdf format.  

Release Archive
 

For release information about Xerces C++ 1.4.0 or earlier, please refer to Release Archive.



Copyright © 2001 The Apache Software Foundation. All Rights Reserved.