A mailing list has just been created.
Please prefer this to the forums, especially if you need quick answers.
One of my goal is to make libxml++ as portable as possible.
Since I can only test it on linux with g++ 2.95.x/3.x (probably on windows soon but not for now), I would people using any other platform to give me some feedback about it.
Don't hesitate to contact me about this !
Thanks !
Libxml++ developpement is restarting !
As the new maintainer of libxml++, I'm pleased to announce the release of this 0.14 pre-release.
This release includes :
* Ported to g++ 3.2. The code should now also compile on compilers which are a bit more strict about c++ than previous versions of g++
* Added method XMLNode::line() wich returns the line number of a non content node in the source file.
* Added encoding file support by XMLTree::encoding() and XMLTree::set_encoding() methods
* Replacement of hash_map by map for node properties lists, since it has been reported to be faster, and to simplify porting to other plarfoms.... read more