[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Jim Hankins
More info on my latest issue regarding the integrating of xml and php for dynamic xml documents Thanks for help, could use another assist if you have a moment. When I used the method of using the application it worked only the output is text not xml, ie it does update the dynamic information but

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Jim Hankins
OK so it's not working. I was having cache issues, so it now displays as text instead of xml but does process the commands. I'm close, any ideas what I need to do? Do I need to now place some kind of header in all my xml files or is there some type of apache config that needs changing? Now all

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Jim Hankins
Christian, never mind, my fault. It's working beauthifully now. Thanks so much for the help! Save my weekend! Jim "Jim Hankins" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Christian, when I changed the AddType to include .htm .html .xml and .xhtml > now e

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Jim Hankins
Christian, when I changed the AddType to include .htm .html .xml and .xhtml now even if I don't have any php content in the file, it displays as plain text instead of xml, the files have an xml ext. Any ideas? "Christian Blichmann" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EM

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Christian Blichmann
Whoops, sent you a wrong .htaccess - file, here's what I really use (the other one was old): AddType application/x-httpd-php .php .php4 .htm .html .xml .xhtml DirectoryIndex index.xml index.xhtml IndexIgnore .htaccess .htpasswd -- Christian Blichmann _

[PHP] Re: Outputing XML to browser???

2002-02-16 Thread Christian Blichmann
Hello! >From my understanding of your question, I'd say that you'll have to configure Apache so that it calls PHP for XML-files, too. You can set this up in your either ".htaccess" files or in your Apache config file (-> see the docs, I don't know exactly 'cos I'm using IIS/5.0 with Win2k). This i