Hi
I do the next steps:
1. I use the evaluator to get a NodeRefList. (which is a member of my class)
2. I use setNodeValue to change a some items on this list,
getParentNode and then removeChild of some other items
3. I use the evaluator to get another NodeRefList
4. I want to setNodeValue of some items
but this time although these value were changed (in stage 2 above)
they are found as if No changes we done.
I tried to do the next stage after stage 2 (before 3):
parserLiaison->destroyDocument(xalanRealDoc);
xalanRelDoc=parserLiaison->createDocument(domDocument)
but
then when I tried to take a node from the List (created at stage 1)
theNode=nodeList.item(number)
and do the next:
(theNode->getParentNode()->)removeChild(theNode)
I get "pureVirtual method called"
way
can some one help?
regards
Ifat
