Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-14 Thread Joshua Slive
On Thu, Feb 14, 2008 at 2:21 PM, Andrew2008 <[EMAIL PROTECTED]> wrote: > > > > Joshua Slive-2 wrote: > > > > The problem is almost-certainly that your application is sending the > > wrong Content-Type header. For instructions on how to look at the > > header, see: > > http://wiki.apache.org/h

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-14 Thread Andrew2008
Joshua Slive-2 wrote: > > The problem is almost-certainly that your application is sending the > wrong Content-Type header. For instructions on how to look at the > header, see: > http://wiki.apache.org/httpd/WatchingHttpHeaders > > That leaves open the question of WHY the wrong content-type i

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-14 Thread Joshua Slive
On Thu, Feb 14, 2008 at 1:27 PM, Andrew2008 <[EMAIL PROTECTED]> wrote: > > > > PingBad wrote: > > > > Have you tried the DefaultType > > [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive? > > > > I changed the defaulttype directive but it still does not render correctl

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-14 Thread Andrew2008
PingBad wrote: > > Have you tried the DefaultType > [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive? > I changed the defaulttype directive but it still does not render correctly. The good news is when I did a view source, it looked like it has all html elements in

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread PingBad
On Thursday 14 February 2008 11:49, Andrew2008 wrote: > PingBad wrote: > > What kind of text are you getting? the source code to your application? > > or just HTML output? > > > > If it's the former, ensure the appropriate modules are loaded for > > whatever language it's written in, as well as the

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread Andrew2008
PingBad wrote: > > What kind of text are you getting? the source code to your application? or > just HTML output? > > If it's the former, ensure the appropriate modules are loaded for whatever > language it's written in, as well as the appropriate handlers. For the > latter > scenario, just

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread PingBad
On Thursday 14 February 2008 08:55, Andrew2008 wrote: > My application sent content via XML and reformat via XSL to get HTML. It > also has javascript for dynamic menu. Right now it does not have render > correctly on the UI. There's no formatting at all, just text. Maybe apache > is filtering so

[EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread Andrew2008
My application sent content via XML and reformat via XSL to get HTML. It also has javascript for dynamic menu. Right now it does not have render correctly on the UI. There's no formatting at all, just text. Maybe apache is filtering something out. Can you let me know how to configure Apache to