Node text()
Hi
I have a xml like this:
<function><name>PAL_c</name> <parameter_list>()</parameter_list> </function>
<function><name>F1</name><parameter_list> (<param><decl><type><name>void</name></type></decl></param>)</parameter_list>
The out for the first example should be:
PAL_c ()
The second:
F1 ( < span class="void"> void </span>)
I do not how to get the node text() that working in all the cases.
Somebody have any idea.
|