Hi All, I m using the XALAN processor to handle the XML and XSL file... I am able to concate two XML files and then I need to handle that one XML file with the XSL so that records at different levels comes at same position in output... If this is possible with the help of XSL file then please give me some suggestions... The input for is like <?xml version="1.0" encoding="UTF-8"?> <top> <Root> <Record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <one>a</one> <two>b</two> <three>c</three> <four>d</four> </Record> <Record> <one>a</one> <two>b</two> <three>c</three> <four>d</four> </Record> </Root> <Database> <TAB> <FIRST>01</FIRST> <SECOND>amit</SECOND> <THIRD>job</THIRD> <FORTH/> <FIFTH/> </TAB> <TAB> <FIRST>02</FIRST> <SECOND>amit</SECOND> <THIRD>job</THIRD> <FORTH/> <FIFTH/> </TAB> <Database> </top> This input file has to be given to XSL to generate the output file as <?xml version="1.0" encoding="UTF-8"?> <top> <Root> <Record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <one>a</one> <two>b</two> <three>c</three> <four>d</four> <FIRST>01</FIRST> <SECOND>rohi&amit</SECOND> <THIRD>job</THIRD> </Record> <Record> <one>a</one> <two>b</two> <three>c</three> <four>d</four> <FIRST>02</FIRST> <SECOND>nidhi</SECOND> <THIRD>job</THIRD> </Record> </Root> </top> If this can be done then please help me ASAP.... Thanx in Advance... Regards, Ashish =========================================================== As is a tale, so is life: not how long it is, but how good it is, is what matters. =========================================================== Ashish Gupta A - 757, Sector - 19, NOIDA - 201301 Ph: 4548295, 4536978, 4536935Received on Tuesday, 2 July 2002 09:08:05 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:59:10 GMT