[EMAIL PROTECTED] wrote:
I didnt find any implementation of this Method in classes derived from this. I have gone through hpp files coming with XML Toolkit.

Implementation has not been stored in hpp files usually.

I have tried following things in my cpp program but it gives me DOM exception saying that *"The implementation does not support the requested type of object or operation"*

>         DOMElement* root = doc->getDocumentElement();
>       try {
> walker = doc->createTreeWalker(root,DOMNodeFilter::SHOW_ALL, NULL, true);
>         }
> *        catch (const DOMException& toCatch) {*

AFAIK createTreeWalker throws this exception when first parameter is
NULL. Could you check what getDocumentElement returns ?

Good luck !
        Vitaly


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

Reply via email to