This is my XML:
<location>
<hotspot name="name1" X="444" Y="518" />
<hotspot name="name2" X="542" Y="452" />
<hotspot name="name3" X="356" Y="15" />
</location>
what I want to do is:
<location>
<hotspot name="name1" X="444" Y="518">
<text>
This is the text I want to add in
</text>
</hotspot>
<hotspot name="name2" X="542" Y="452" />
<hotspot name="name3" X="356" Y="15" />
</location>
I'm not able to add the text, no problem with the new node.