Browsing index pages (3 articles)
↧
XSLT works in IE, not in Chrome or Firefox
Given a normal nhibernate config file:<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://localhost/xmlStylesheets/nhibernate.xsl"?><hibernate-configuration...
View ArticleAnswer by Oded for XSLT works in IE, not in Chrome or Firefox
Your webserver should be returning the correct mime-type for the xsl sheet for this to work. Mozilla requires text/xml or application/xml, as specified in the XSL FAQ.It would appear that chrome would...
View ArticleAnswer by Roland Bouman for XSLT works in IE, not in Chrome or Firefox
It works great for me in opera 10.10, chromium 4.0, firefox 3.6 and ie8. I get this output:8 propertiesProperty Valueconnection.provider NHibernate.Connection.DriverConnectionProviderdialect...
View Article
Browsing index pages (3 articles)