标签: xml
我找不到将2个xml标签文本合并为一个的方法。
假设我有以下代码:
<objective> Some text here </objective> <title> Some more text here </title>
,我想将其合并到这样的新标签中:
<text> Some text here Some more text here </text>