Antonio Scotti wrote:
Here is what I do:
void doXpath(xercesc_2_7::DOMElement* theElem, xercesc_2_7::DOMDocument*
theDoc)
{
XALAN_CPP_NAMESPACE::XercesDocumentWrapper* theWrapper;
XALAN_CPP_NAMESPACE::XercesDOMSupport* theDOMSupport;
XALAN_CPP_NAMESPACE::XercesParserLiaison* theParserLiaison
Here is what I do:
void doXpath(xercesc_2_7::DOMElement* theElem, xercesc_2_7::DOMDocument*
theDoc)
{
XALAN_CPP_NAMESPACE::XercesDocumentWrapper* theWrapper;
XALAN_CPP_NAMESPACE::XercesDOMSupport* theDOMSupport;
XALAN_CPP_NAMESPACE::XercesParserLiaison* theParserLiaison;
const XALAN_CPP_NAMES
Antonio Scotti wrote:
Hi! I've a problem using a XercesDocumentWrapper.
I've a Xerces DOMDocument and I'd like to evaluate an xpath expression
on a specific DOMElement.
What I've done is to build a XercesDOMWrapperParsedSource (using the
DOMElement, a XercesParserLiaison and a XercesDOMSuppo
Hi! I've a problem using a XercesDocumentWrapper.
I've a Xerces DOMDocument and I'd like to evaluate an xpath expression
on a specific DOMElement.
What I've done is to build a XercesDOMWrapperParsedSource (using the
DOMElement, a XercesParserLiaison and a XercesDOMSupport).
Then I got a Xer