Hi, > I am trying to use the XercesDocumentWrapper method mapNode to convert > a Xalan Node to a Xerces Node. The Xalan node is obtained from a NodeRefList > object via the item method. > > The code is aborting at the call to map node and I see an error message "pure virtual method called" > > Below is a code fragment. I would appreciate any help. Am I missing some kind of macro declaration or object?
A fragment can't help us figure out what's wrong. The best thing is to create a small, standalone program that can reproduce the problem, open a Jira bug report, and attach your sample program along with any data necessary to run it. Dave
