<html>
<head>
</head>
<body style="margin-top: 4px; font-variant: normal; margin-right: 4px; line-height: normal; margin-left: 4px; margin-bottom: 1px">
<p style="margin-bottom: 0; margin-top: 0">
<font face="Comic Sans MS" size="3">All,</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font face="Comic Sans MS" size="3">Ok, this one took me a while to track down.</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font face="Comic Sans MS" size="3">I have an installation where I have a common data source respository and I'm trying to set up a environment where an older Mapserv 4.9(something) linux (highly customized version) version and a 5.6.5 Windows 7 version are accessing this same repository.</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font face="Comic Sans MS" size="3">The first problem was the <!-- MapServer Temaplte --> magic string was missing, added that in, but it messes with the Mime type stuff, because our templates are for generating XML files, which need to have "<?xml . . ." up front instead of MapServer magic string.</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font face="Comic Sans MS" size="3">If I add the Magic string stuff as the second line, doesn't seem to affect the old installation of MapServer, but it breaks the new version which is expecting the Magic String up front. I tried a couple of things in the new installation, like putting the Magic string on the same line as the XML declare, but that made the file come down from Apache as text/html instead of text/xml.</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font face="Comic Sans MS" size="3">Should/Could I be addessing this in the apache "magic" file and add something about "<!-- MapServer . . ." to the XML definition, seems wrong for some reason.</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font face="Comic Sans MS" size="3">This is my last piece to figure out for the new install . . .</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font face="Comic Sans MS" size="3">bobb</font> </p>
<br> <br>
</body>
</html>