Jump to content

[SOLVED] Running php on .xml file error


cunoodle2

Recommended Posts

First off I added the following to my .htaccess file..

 

AddType application/x-httpd-php .xml

 

Through using php "echo" statements I have the following showing up when I go to view source..

 

File info.xml

<?xml version="1.0" encoding="ISO-8859-1"?>

<person>

<firstname>Jason</firstname>

<lastname>Anderson</lastname>

<age>21</age>

<hometown>Anytown</hometown>

<job>programmer</job>

</person>

 

I can see the above when I go to "view source" but for some reason the browser doesn't even pick it up as a .xml file.

 

If I go to my .htaccess file and remove the line "AddType application/x-httpd-php .xml" and literally copy & paste the above quoted xml info it shows up perfectly fine in a standard .xml file and the browser picks it up as a standard .xml file.

 

What am I missing here?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.