I'm working and a quick and dirty 2 step pipeline just to get my feet wet in AxKit.
It starts with an XSP and finishes with an XSL stylesheet transformation outputting XHTML. /xsp/default.xsp --> /xsl/default.xsl --> xhtml in browser Everything works great in Moz 0.9.9; I get the page and it renders nicely with the supplied css doc. MSIE on the other hand simply displays the XHTML in it's XML parser instead of as an xhtml document. Of course, saving the resultant file as default.xsp on the desktop yields the same, but saving it as default.htm let's IE render it fine...aka IE is retarded. What do I need to do to solve this? I'm sure this has something to do with AddType settings in httpd.conf vs. stylesheet type="" settings in the XSP/XML files, but I'm lost. If I'm running a multi-step AddProcessor pipe in httpd.conf, the only way I could get it to work is to have NO stylesheet type="" declarations in my xsp file. Any guidence would be appreciated. -=Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
