TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tim.Field
NA
6
0
Easy XML question (when you know it!)
Oct 21 2004 5:11 AM
Very easy for those that know.... I have an XML document and an XSLT document and I'd like to transform them. I've been doing this in XML Spy (a seperate application and it's working) now I'm moving the code into C#... something like this? // The files... string sXmlPath = @"C:\aaa\atftestfileOk.xml"; // XML File with data string sXslPath = @"C:\aaa\atf_to_dataset.xml"; // XSLT File XslTransform xslt = new XslTransform(); // transform object xslt.Transform(sXmlPath, sXslPath, null); // INCORRECT ! WHAT GOES HERE....? I'd like to output to a text file (or even the console, I'd just like to see the results). Thanks, Tim
Reply
Answers (
1
)
Setting Environment Variables in .NET
Integrating music with C#