How do I run an XSLT file?

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2009-10-19T17:45:51Z Indexed on 2010/05/05 6:38 UTC
Read the original article Hit count: 212

Filed under:
|
|

Alright this seems like a stupid question but I can't figure it out. I'm writing an XSLT file to translate an XML document into an XHTML document. I've used both Visual Studio and XML Notepad 2007 to preview the results of my XSLT file, but now I want to actually write out a real XHTML file so I can see how it looks in other browsers.

Neither Visual Studio or XML NotePad have an obvious way to save the preview. Am I missing something. Obviously the file is getting created because something is being previewed, but I need to know where that file is being created or better yet choose its location.

© Stack Overflow or respective owner

Related posts about xslt

Related posts about Xml