Source code checked in, #81562
+ Renamed 'AsCollection' to 'GetSiblings' + Renamed 'GetCollection' to 'GetChildren'
View ArticleReleased: Version 0.8.9 Beta (Nov 27, 2012)
Mainly renamed some functions to be consistent with C++ and C# versions, and with better names to reflect their purpose. Another change is throwing the correct type of exception, instead of the generic...
View ArticleUpdated Release: Version 0.8.9 Beta (Nov 27, 2012)
Mainly renamed some functions to be consistent with C++ and C# versions, and with better names to reflect their purpose. Another change is throwing the correct type of exception, instead of the generic...
View ArticleSource code checked in, #84498
+ Resolving the C++ linking errors for VS2005 and VS2008.
View ArticleReleased: Version 0.8.9 Beta Fix (Aug 14, 2013)
Resolving the C+ linking errors for VS2005 and VS2008.
View ArticleCreated Release: Version 0.8.9 Beta Fix (Aug 14, 2013)
Resolving the C+ linking errors for VS2005 and VS2008.
View ArticleSource code checked in, #86397
+ Removed RegexConverter as boost lexical_cast replace the BaseConverter. BaseConverter still remains bcos of hex functionality. Therefore there is no need to call SetConverter(removed as well).
View ArticleSource code checked in, #86398
+ Renamed GetSiblings back to AsCollection because the method does not really get siblings but all the elements with the same name at the node level.
View ArticleCreated Release: Version 0.9.0 Beta (Nov 21, 2013)
Removes the need to SetConverter by using Boost lexical_cast for data conversion.Renames GetSiblings to AsCollection.Easter egg: Portable Elmax is ready!!! Download atSourceForge
View ArticleReleased: Version 0.9.0 Beta (Nov 21, 2013)
Removes the need to SetConverter by using Boost lexical_cast for data conversion.Renames GetSiblings to AsCollection.Easter egg: Portable Elmax is ready!!! Download at...
View ArticleUpdated Release: Version 0.9.0 Beta (Nov 21, 2013)
Removes the need to SetConverter by using Boost lexical_cast for data conversion.Renames GetSiblings to AsCollection.Easter egg: Portable Elmax is ready!!! Download at...
View ArticleUpdated Wiki: Home
Project DescriptionYet another easy to use C++ and C# XML parser library on Windows platform!Portable Elmax is ready!!! Download at https://sourceforge.net/projects/elmax/The code to create a simple...
View ArticleUpdated Wiki: Home
Project DescriptionYet another easy to use C++ and C# XML parser library on Windows platform!Portable Elmax is ready!!! Download at https://sourceforge.net/projects/elmax/The code to create a simple...
View ArticleSource code checked in, #87228
+ Added a DateAndTime constructor takes in C-type time_t.
View ArticleUpdated Wiki: Home
Project DescriptionYet another easy to use C++ and C# XML parser library on Windows platform!Portable Elmax is ready!!! Download at https://github.com/shaovoon/elmaxThe code to create a simple XML,...
View ArticleUpdated Release: Version 0.9.0 Beta (Nov 21, 2013)
Removes the need to SetConverter by using Boost lexical_cast for data conversion.Renames GetSiblings to AsCollection.Easter egg: Portable Elmax is ready!!! Download at https://github.com/shaovoon/elmax
View ArticleUpdated Wiki: Home
Project DescriptionNote: This project has been migrated to https://github.com/shaovoon/ms_elmaxYet another easy to use C++ and C# XML parser library on Windows platform!Portable Elmax is ready!!!...
View Article