i need some help on where to start...

i have to get an xml file and n xsl file(already created) merge the to... so that the stye sheet is applied....

sofar all i can do is, is select the 2 files... where to go after that im not sure...

any help would be appreciated
Thanx

Nevermind i solved it anyway... heres what i did

XslCompiledTransform myXslTransform = new XslCompiledTransform();
                myXslTransform.Load(txtXSLpath.Text);
                myXslTransform.Transform(txtXMLpath.Text,"C:\\output.html");
commented: good job on posting the solution you found. It helps if others have the same problem +1
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.