Check that you have the latest version of the file DOM_Node.hpp.
class DOMParser is declared to be a friend of DOM_Node, which should prevent
these errors.
Adding a public getImpl function to DOM_Node is not something that I want to
do, because it would imply that accessing the impl classes direc
I just tried to build xerces-c with the latest updates, and I get
compiler errors in DOMParser.cpp on lines 543, 588, 608
where protected class member 'fImpl' is being accessed.
A 'getImpl' function in the DOM_Node class should be written
and implemented here instead.
Regards,
Robin Kaye Llewel