i have cgi script written in c++ which outputs a perfect xhtml code
and i also output the content type declaration at the start i.e before
"<?xml ........" through my program but when this script is fetched by
the browser as a result of an action it displays the exact xhtml code
without actually formating it (i mean it shows all tags also like "<?
xml ...." etc) and yes the line content-type:text/html is not
displayed .
what is going wrong ,i tried a lot but couldn't find any solution to
this .
i use apache on fedora core8 .