I could find any function in the Jdom api to create the closing xml tag itself, as <selfClosingTag />below.
For example, I need to create the following content:
<parentTag>
<selfClosingTag />
<firstChild>...... </firstChild>
<secondChild>...... </secondChild>
</parentTag>
Can someone please tell me how to do this. Please tell me that I should not do this because this type of self-closing tag is required in the mathml document.
Thanks Chepukha
source
share