例如,我有一个在 xml 中嵌入了 html 标签的输入文件
<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>
有没有办法解析嵌入在 R 中的 xml 文档中的 html?