我甚至不确定是否可能,但我说我有一些XML:
<source> <list> <element id="1"/> </list> </source>
我想插入列表:
<element id="2"/>
我可以写一个XSLT来做这个吗?
xml xslt
xml ×1
xslt ×1