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