Merge 2 XML files with xslt
- by MADAL
Hello,
I try to merge 2 XML-Files. I use XSLT: [http://www2.informatik.hu-berlin.de/...erge.xslt.html]
I need to change this XSLT-File in order to have another result.
My first file, which needs to be merged:
<A1>
<A2>
<A3>
<b>a</b>
<c>b</c>
</A3>
</A2>
</A1>
<A1>
<A2>…