This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Microsoft XSL ISAPI Filter 2.1


Hi,

Anyone uses Microsoft XSL ISAPI Filter 2.1 to dynamically transform the XML
into HTML with XSLT? I installed the filter and can get it to work with IE,
but could not get it to work with Netscape. Basically for Netscape, the
filter does not do the transformation and it returns the XML file for
download. Below is the configuration file I used. Can anyone help?

<?xml version="1.0"?>
<server-styles-config>
	<!-- for HDML 3.0 based browsers -->
	<device target-markup="HDML 3.0">
		<stylesheet href="sampleB-HDML3.xsl"/>
	</device>
	<!-- for WML 1.1 based browsers -->
	<device target-markup="WML1.1">
		<stylesheet href="homeWML.xsl"/>
	</device>
	<!-- for IE 5 based browsers -->
	<device browser="IE" version="5.0">
		<stylesheet href="home.xsl"/>
	</device>
	<device browser="Netscape" version="4.5">
		<stylesheet href="home.xsl"/>
	</device>
	<!-- for MME browsers -->
	<device browser="MME">
		<stylesheet href="homeMME.xsl"/>
	</device>
</server-styles-config>



Jon Chen


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]