Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - xsl xml display browser [Thread Next] Re: xsl xml display browserTo: NULL Date: 11/3/2004 1:39:00 PM Daniel wrote: > is there any way to display a xml via a .xsl or .xslt to web browser but w/o > any other application? e.g. some way to refer to the input xml document from > inside of the xsl or vise versa? An XML file can refer to an XSLT stylesheet as follows: <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="whatever.xsl"?> <root> <child /> </root> then if the browser loads that and supports XSLT it will apply the stylesheet. Currently IE/Win and Netscape 7, Mozilla 1.x have XSLT 1.0 support. -- Martin Honnen http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
