这是我的 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>
我无法添加文本,新节点没问题。