これは私のXMLです:
<location>
<hotspot name="name1" X="444" Y="518" />
<hotspot name="name2" X="542" Y="452" />
<hotspot name="name3" X="356" Y="15" />
</location>
私がやりたいことは次のとおりです。
<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>
テキストを追加できません。新しいノードに問題はありません。