logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: xml on apache2 2.2.4
Author
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Mon 19 Mar '07 16:26    Post subject: xml on apache2 2.2.4 Reply with quote

how do I make vs studeo 2005<?xml version="1.0" encoding="utf-8" ?>work on apache2 2.2.4
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 19 Mar '07 16:34    Post subject: Reply with quote

XML works on Apache! What should be done with your XML? Only displaying?
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Mon 19 Mar '07 17:47    Post subject: Reply with quote

is it and XML file or a php/coldfusion/... file with XML content?
If its the later set the correct encoding in the header aswel!
Back to top
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Mon 19 Mar '07 23:04    Post subject: Reply with quote

Jorge wrote:
is it and XML file or a php/coldfusion/... file with XML content?
If its the later set the correct encoding in the header aswel!


its window V studio expess 2005 site map I am working on but nun of windows studio xml seem to work it just display the text and not the page


witch encoding is right one
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Tue 20 Mar '07 16:25    Post subject: Reply with quote

was there and xml style included? usually there is.
Back to top
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Tue 20 Mar '07 20:53    Post subject: Reply with quote

Jorge wrote:
was there and xml style included? usually there is.



<?xml version="1.0" encoding="utf-8" ?> this is all that the was on the xml
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Wed 21 Mar '07 8:38    Post subject: Reply with quote

hmmz ok I could have sworm I had a 2nd file aswel when I use VS.net to do an xml report. *scratches head*

No idea then why it isn't working.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 21 Mar '07 10:17    Post subject: Reply with quote

One last thing I can think of that may kills the output is the enabled short tags in php.ini. But I test it out on my server and it worked.
Did you changed something in the httpd.conf or mime.types or magic ?

Code:

<?xml version="1.0" encoding="utf-8" ?>
<channel>
<docs>http://www.apachelounge.com/</docs>
<description>Something not working</description>
<link>http://www.apachelounge.com/</link>
<title>apachelounge.com/ - the forum</title>
<ttl>60</ttl>
<item>
<title>Something </title>

<link>http://www.apachelounge.com/viewtopic.php?t=1491</link>
<description><![CDATA[<p>Some boring text</p> ]]></description>
<guid>http://www.apachelounge.com/viewtopic.php?t=1491</guid>
<author>JB</author>
</item>
</channel>
Back to top
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Wed 21 Mar '07 10:33    Post subject: Reply with quote

no did not only added php5.2 with all instruction,s from Steffen,s setup apache forum 2.2.3 I think It mite just be the window,s vc express studio and not the apache witch I have upgraded to2.2.4 just a few days
Back to top


Reply to topic   Topic: xml on apache2 2.2.4 View previous topic :: View next topic
Post new topic   Forum Index -> Apache