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