Subject:Fixed Length Record Layout to XML Author:Praveen Palety Date:20 Jun 2010 11:15 AM
I am working with a a file similar to what was used in this example. http://www.stylusstudio.com/varying_record_layout.html
Ony diffrence is ours is a fixed length file.
I have created a conversion file to convert input file to XML similar to below example.
I have to create an XSLT to transform this XML to a new XML with each record set under its own node. Final XML should be similar to below. I am only interested in RecType3 and RecType6.