/ Published in: C#
Expand |
Embed | Plain Text
// Load the style sheet. xslt.Load("output.xsl"); // Execute the transform and output the results to a file. xslt.Transform("books.xml", "books.html");
You need to login to post a comment.
// Load the style sheet. xslt.Load("output.xsl"); // Execute the transform and output the results to a file. xslt.Transform("books.xml", "books.html");
You need to login to post a comment.