Re: I need find ans duplicate node.

2005-02-02 Thread Alberto Massari
At 11.18 02/02/2005 -0200, Renato Tegon Forti wrote: Hi All, I need duplicate node (in same document). How to I can get this? Why don't you just do xercesc_2_6::DOMDocument* pDoc = m_pParser->getDocument(); DOMElement* pRoot = pDoc->getDocumentElement(); DOMNodeList* pNodeList = pRoot->getEle

I need find ans duplicate node.

2005-02-02 Thread Renato Tegon Forti
Hi All,   I need duplicate node (in same document). How to I can get this?   Sample:   I have this: -