If I have an empty tag:
<tag/>
How can I add text so that I end up with:
<tag>Hello World!</tag>
I can only seem to swap the whole tag with different content or add content before/after it.
If I have an empty tag:
<tag/>
How can I add text so that I end up with:
<tag>Hello World!</tag>
I can only seem to swap the whole tag with different content or add content before/after it.