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

Recommended Answers

All 3 Replies

Hi Pritaeas,
Thanks for your reply..
Ya i want to transform flat file (CSV format file) to another CSV(file) and using XslTransform Class i can't able to transform Flat File ..and that to Class XslTransform Class only supports XSLT 1.0..
So was thinking which class will help me transform flatfile..
As the link you gave it might be possible in XSLT 2.0 but microsoft System.Xml Classes only supports XSLT 1.0
So what would be the approach according to you..

Is this what you are trying to achieve ?

http://www.dpawson.co.uk/xsl/sect2/flatfile.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.