/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Load the style sheet. xslt.Load("output.xsl"); // Execute the transform and output the results to a file. xslt.Transform("books.xml", "books.html");