From: Alessandro C. <aca...@es...> - 2008-08-26 15:18:17
|
Hi, I am parsing the following: <MainTag Time="2006-03-28T00:26:29.239"> <Data Name="Pippo"><![CDATA[Pluto]]></Data> <![CDATA[Thread name: 'Test']]> </MainTag> The body of the is mixed i.e. Data can be placed before of after the body. When Data is in the last position I have no problem but when the body is in the last position, like in the example upon, I do not know how to get its value i.e. how to navigate there. Could any of you suggest me how to get the string "Thread name: 'Test'"? Till now I have unseccessfully tried several combination of VTDNav->toElement(...). Thank you, Ale |