Hi All,
I am working on application where i need to read flatfile and then i need to transform using XSLT to another flatfile.How can i achieve this.
I am also thinking when we use XSLT 1.0 we can load XML in DOM and validate in SOM aganist schema and further by using System.Xml.Xsl. XslTransform Class we can transform XML to another XML ..
Same kind of functionality i want to implement for flatfiles..
Could anyone please guide me regarding this..
--
Kind Regards
Sandeep Handa