Hi

Joerg Toellner wrote:
i now tried the first time the new (since Xerces 2.4.0 i think) XPath
Interface. But with no big success :-(.
In current implementation of DOMDocument evaluate method does nothing but throw this exception:
============== dom/impl/DOMDocumentImpl.cpp ========
void* DOMDocumentImpl::evaluate(const XMLCh *, DOMNode *, const DOMXPathNSResolver *,
unsigned short, void* )
{
throw DOMException(DOMException::NOT_SUPPORTED_ERR, 0);
return 0;
}
====================================================


Good luck !


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to