Jose Luis Zabalza wrote:
Thanks for your response. I must request excuses because I send the
email without finish it.

I want get text **with** markup inside. With getTextContent() only get
the text, obiously ;-).
I try ((DOMText *)element)->getWholeText() but y get a (0xFFFFFFFF)
pointer and the program crash.

<D1>
 <D2>text</D2>
 <D3/>
<D1>

if element is pointed to D1 I want get a text with

 <D2>text</D2>
 <D3/>
Then you need to use a serializer.  What version of Xerces-C are you using?

Dave

Reply via email to