Help need for XSL file
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I want to create a XSL file, that can merge two XML file. The first XML file is of 0100 LIST 32 SNSPOL Set sensor attribute setting INT 1 SNSPOL1 0 INT 1 SNSPOL2 0 INT 1 SNSPOL3 0 The Second one is of the format 109 0100 3 32 SNSPOL Set sensor attribute setting 109 7 1 SNSPOL I want to add the from the second XML file to the first XML file. I tried in this way. I was able to add the EcsId in the first level. But for the second level not able to do. Since I have never written any XSLT programming I need some of your hint. Regards Anil