Details
Description
Could you possibly update the online-help so that it writes correct includes like:
#include <xalanc/XMLSupport/XMLSupportInit.hpp>
instead of:
#include <XMLSupportInit.hpp>
It can be really disturbing to be forced to do a file search for every include. Putting each xalanc/DIR_X to build include path is not a nice idea as well.