如何使用xmlbeam删除xml节点

时间:2018-09-05 12:19:38

标签: xml

假设我有以下xml

<xml>
    <example>
        <content name="bar">bar</content>
        <content name="foo">foo</content>
    </example>
</xml>

如何使用xmlbeam删除等于foo或bar的xml节点名称

0 个答案:

没有答案