The example I showed you has a limited number of tags. In real senerio, you dont know how many tags would be there and you also dont know the tag name. So I want to code it in ...
We have 2 files with almost same data. File1 is the master data which may have some extra fields for <Employee> and which needs to go to downstream. Fi ...
I am facing diffficulty in traversing the XML nodes. If it would have been simple as compying <Employee> from file 2 to file 1, it would have been easier. It is something like copying children o ...