我有一个xml,如下:
<Row ss:Index="76" ss:AutoFitHeight="0" ss:Height="25">
<Cell ss:Index="1" ss:MergeAcross="9" ss:StyleID="s38">
<ss:Data ss:Type="String" xmlns="http://www.w3.org/TR/REC-html40">
<Font html:Size="15" html:Face="Times New Roman" x:Family="Roman" html:Color="#000000">
<B> ABCD </B>
</Font>
</ss:Data>
</Cell>
</Row>
现在,我要删除&lt; B>标签,但保留内容,“ABCD”在这里。或者有没有办法删除&lt; B>从使用java的整个XML文件。请帮忙。 谢谢。