I try to get a clone of DOM_Document.

following code generates NOT_SUPPORTED_ERR exception 

>>DOM_Node doc = parser->getDocument().cloneNode(true);
--> error 

But when I change cloneNode parameter to 'false' it works fine.

>>DOM_Node doc = parser->getDocument().cloneNode(false);
--> no error 

I am using Xerces-C++1.40 on MacOS9.0 with CodeWarrior5.0.
what's wrong with XercesC++ of me?
Or, How can I get a clone document without using cloneNode().

Thanks!


==================================================

==================================================
�츮 ���ͳ�, Daum
��� ���� ���� E-mail �ּ� �Ѹ��ϳ�
������ �ѱ� �˻����� Daum FIREBALL
http://www.daum.net

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

Reply via email to