I’ve got an XML file with XSL, and CSS layers. When I view this in IE it looks exactly how I want it to look. When I try to save the file, I just get the XML document, what I need it a formatted HTML document.
I’m using VB.NET 2008, but I’d rather use an external tool than write more code. I’ve tried wget and have gotten the same results.
You could try the command line transformation utility. It takes an input of the XSL, the XML and outputs the resulting HTML to a file.