You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by bob self <bo...@charter.net> on 2005/11/11 17:36:09 UTC

[users@httpd] getting apache2 to process .xml files?

I'm running FreeBSD 5.4 and apache2.

How can I get apache2 to process xml files? Right now it just treats them
as regular files and uploads them to the browser. I'm not sure how the
AddType line should be or what module I need to install and load.

thanks,
Bob

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] getting apache2 to process .xml files?

Posted by Joshua Slive <js...@gmail.com>.
On 11/11/05, bob self <bo...@charter.net> wrote:
> I'm running FreeBSD 5.4 and apache2.
>
> How can I get apache2 to process xml files? Right now it just treats them
> as regular files and uploads them to the browser. I'm not sure how the
> AddType line should be or what module I need to install and load.

What kind of processing do you want?  Do you mean you want them
transformed to html using xslt?  If so, there are many different
methods including several modules available at
http://modules.apache.org/.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org