what about the browsers supporting the XSLT templates?
Date:
2004-06-29 21:28:42
From:
Navdeep
Which are the browsers who support fully, the XSLT templates without any extra XML parser like MSXML?
like IE 5.5,Netscape 6 does not support XSLT. how about the new browsers. do they have builtin parsers to parse XSL?
I'm not sure what you mean by the XSLT templates. Virtually all XSLT stylesheets have template rules. Also, all XSLT processors need an XML parser, but now that's included with most operating systems (or with the XSLT parsers). With older versions of IE, you needed to add the MSXML.DLL to your Windows setup.
IE 6.0 and Mozilla 1.6 support client-side XSLT just fine; is that what you meant by "the new browsers"?