我必須將file1.xml元素插入到另一個file2.xml中。 file2.xml有幾個節點,每個節點都有它的node_id。有沒有辦法做到這一點。XML:將xml文檔附加到另一個文檔的節點中
咱們假設:
file1.xml:
< root>
<node_1>......</node_1>
</root>
file2.xml:
< root>
< node>
< node_id>1'<'/node_id>
< /node>
< /root>
我想要的嗎? file2.xml:
< root>
< node>
<node_1>......</node_1> [here i want to append the file1.xml]
</node>
</root>
哦,太棒了:)我非常感謝你。這正是我正在尋找的東西。 – Bibhaw 2011-01-06 10:20:35