【发布时间】:2011-03-30 16:39:58
【问题描述】:
我可以在 Jdom api 中找到任何创建自关闭 xml 标记的函数,例如下面的 <selfClosingTag />。
例如,我需要创建以下内容:
<parentTag>
<selfClosingTag />
<firstChild>...... </firstChild>
<secondChild>...... </secondChild>
</parentTag>
谁能告诉我怎么做。请告诉我我不应该这样做,因为在 mathml 文档中需要这种自闭合标签。
谢谢, 切普哈
【问题讨论】: