hi,
is the parameter processAnnot from the function
TraverseSchema::checkContent const or not const?
TraverseSchema.hpp (261):
DOMElement* checkContent(const DOMElement* const rootElem,
DOMElement* const contentElem,
const bool isEmpty, bool processAnnot =
true);
TraverseSchema.hpp (4837):
DOMElement* TraverseSchema::checkContent( const DOMElement* const rootElem
, DOMElement* const contentElem
, const bool isEmpty
, const bool processAnnot)
{
...
}
i made it const in my local copy, but i don't know if i should check
this in. maybe some one can take a look at it.
regards,
christian