Hi I have an xml text like this
<w:p> abc </w:p>
<w:p> def </w:p>
<w:tr #A1b2c3> <w:p> 123 </w:p> </w:tr>
<w:tr #C1d2e3> <w:p> 456 </w:p> </w:tr>
<w:p> ghi </w:p>
I need to extract all paragraphs like abc except those inside a table row like 123 . Any help please?