你能帮我提取xml标签之间的字符串吗?xml输入:
<Name ns1:translate="yes">Overview</Name>
<Title ns1:translate="yes">This is a book</Title>
<Description ns1:translate="yes"/>
<TextValue ns1:translate="yes">End</TextValue>
预期输出:
Overview = Overview
This is a book = This is a book
=
End = End