I have one input file which has html tag embedded in xml for example
<Root>
<Section1>
<p>some text</p>
<br>
<table>
<th></th>
<tr>
<td></td>
</tr>
</table>
</Section1>
<Section2>
<ol>
<li>1</li>
<li>2</li>
<li>3</li>
</ol>
</Section2>
</Root>
Is there any way to parse html embedded in xml document in R?
<br>with no</br>or<br/>). So, what is it precisely you want to do?>