xsl-list
[Top] [All Lists]

Re: on-fly xml will not be transformed by xsl

2003-11-27 05:09:26
My cgi-bin was not under DocumentRoot, and therefore the xsl file could not
be properly served by apache. Now that I moved xsl file under DocumentRoot
structure, everything works fine. Thank you for the help.

By the way, I was just wondering if there is a mime type for text/xsl?

Vilius
www.xenacom.net/vilius/index.html


----- Original Message ----- 
From: "David Carlisle" <davidc(_at_)nag(_dot_)co(_dot_)uk>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Wednesday, November 26, 2003 12:41 PM
Subject: Re: [xsl] on-fly xml will not be transformed by xsl



Are you sure that goservice.xsl is in the directory that is being used
as teh base uri for your python script?

If that is the case, the other most common reason is that your web
server is not serving .xsl files with a suitable mime type.
If they are served as text/plain mozilla will not execute them, however
if you save to disk they will work as then it goes by the extension file
associations not any mime type specified by the server.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



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



<Prev in Thread] Current Thread [Next in Thread>