Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - xml / xsl [Thread Next] Re: xml / xslTo: NULL Date: 11/9/2007 2:31:00 PM Analizer1 wrote: > im new to xml and xsl > > i have a xml file i want to run against a xsl file > can anybody show me some examples IE 6/7 can use MSXML 3 as an XSLT processor to transform XML to HTML thus if you have an XSLT document transforming to HTML then put a processing instruction <?xml-stylesheet type="text/xsl" href="stylesheet.xsl"?> in your XML document before the root element, then you can load the XML document with IE and it applies the stylesheet and renders the HTML result of the transformation. Mozilla and Opera 9 can also do that, I think Safari 2 too. Client-side XSLT is just one way to use XSLT, of course you can also run an XSLT transformation from the command line (for instance using msxsl.exe <URL:http://www.microsoft.com/downloads/details.aspx?familyid=2fb55371-c94e-4373-b0e9-db4816552e41&displaylang=en>) and you can programmatically run XSLT transformations. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
