summaryrefslogtreecommitdiff
path: root/cpp/src/XMLTransform/XMLTransform.cpp
Commit message (Collapse)AuthorAge
* - Removed dependency on Xerces.Mark Spruiell2003-09-11
| | | | | | | | | - Removed generic stream interface Ice::Stream and ice_marshal functions. - Removed XML stream implementation and related test. - Removed XML transformer and related test. - Removed slice2xsd. - Added C++ wrapper for the expat XML parser in IceXML::Parser. - Removed XML encoding from Freeze.
* Major Freeze updateBernard Normier2003-07-18
|
* Changed C++ mapping of Slice byte from char to unsigned char.Michi Henning2003-05-30
|
* Sun: 64 bit + CC 5.3 supportBernard Normier2003-04-29
|
* Solaris/Sun C++ 5.4 portBernard Normier2003-04-09
|
* qualify all Xerces types to avoid conflict with VC7Mark Spruiell2003-02-23
|
* portability fixes for openssl, xerces; dependency updateMark Spruiell2003-02-21
|
* version update; date changeMarc Laukien2003-02-04
|
* Fix to display correct error message if imported file isn't found.Benoit Foucher2003-01-09
|
* FixBenoit Foucher2002-12-18
|
* fix for handling of missing typesMark Spruiell2002-12-18
|
* minor bug fixMark Spruiell2002-11-26
|
* FixBenoit Foucher2002-11-26
|
* FixBenoit Foucher2002-11-26
|
* check for missing class types in object instances add optional removal ofMark Spruiell2002-11-26
| | | | object references and instances for missing types transaction fixes
* FixBenoit Foucher2002-11-26
|
* XMLTransformer doesn't import twice the same file anymore.Benoit Foucher2002-11-23
|
* Minor fixBenoit Foucher2002-11-20
|
* - Added transactional method to Freeze DB API.Benoit Foucher2002-11-20
| | | | | - Added sync() method to flush the memory pool to the disk. - Improved XMLTransform tests.
* cleaning up exception transform; adding support for xs:includeMark Spruiell2002-11-20
|
* - Improved InvalidSchema exception message for exception raised if anBenoit Foucher2002-11-18
| | | | | | | | | | imported schema can't be found. - Added basic support for xsd:boolean (transformation from other types is not allowed). - Don't fail anymore when reading an exception type element from the schema. - Correctly handle cases where reference to an object is null (check if the xsi:nil attribute is true, if yes, just write the node as-is).
* Fixed bug & use IceUtil::stringToInt64Benoit Foucher2002-11-16
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* use import paths when loading schemasMark Spruiell2002-10-07
|
* add evictor supportMark Spruiell2002-10-03
|
* fixMarc Laukien2002-09-22
|
* removed several static'sMarc Laukien2002-09-22
|
* Xerces 2.1.0 portMark Spruiell2002-09-05
|
* Changed SystemException to SyscallException.Michi Henning2002-08-29
|
* adding XMLTransformMark Spruiell2002-08-27