私は2つのxmlがあります。
first.xml
<text>This is text</text>
<output>This is output</output>
second.xml
<text>This is not text</text>
<output>This is output</output>
これら2つのxmlを比較したいので、出力は次のようになります。
<text>This is <inserted>not</inserted> text</text>
<output>This is output</output>
つまり、新しいタグを追加したいとします<inserted>
新しく追加されたテキストに。
これらのxmlを比較して新しいものを作成する方法
ur時間をありがとう:)