Aniruddha,
> ... the DOM_NodeList.hpp has the following files included within itself ...
The DOM_NodeList.hpp shipped in Xerces 1.4 has the following lines:
#ifndef DOM_NodeList_HEADER_GUARD_
#define DOM_NodeList_HEADER_GUARD_
#include
#include
class NodeListImpl;
Hello
I was trying to build the xerces library on UNIX ( version 1.4). The
following is the error I get
when I try to include , the DOM_NodeList.hpp has the
following files included within itself
#include
#include
#include
In essence we are trying to include the same file DOM_Nodelis