Rossko and Lance- > You do have to be careful with php so that nothing is thrown prior to > the header or the html headers will be put out.(I didnt notice anything > obviously wrong in the source code) One trick is to design the page so > you always have it throw xml then throw the header > for it the very first thing in the php.
I think that the way I have done it PHP "crashes" the page if that were the problem. I don't have any error checking turned off. In fact I want it to crash if something is no good. PHP can't read xml schema, it doesn't show on the PHP server but, the Microsoft server can actually read the schema settings from the xml currently being read. You do have to tell it to "parse with the schema defined in the xml". But the point is if any one of the xml or stylesheets or schema definitions is bad the server will "crash" the page. It's what I want to happen. PHP can use schema but it can't use the schema defined in the xml... As far as I'm concerned that means it doesn't really know how or what xml is... Once again the PHP xslt is just a silly toy that is poorly implemented. Again the PHP kml (php as kml) doesn't "crash" because you do get the "Do you want to open or save?" question. And yes during the development process the page did crash with "header already output" error on a few occations but, it was my failure not PHP's. On Apr 26, 10:45 am, Lance Dyas <[email protected]> wrote: > dlgreene wrote: > > Lance- > > > Thanks!!!! > > > I'm still getting used to the url differences. The pic link works now > > on your link (or whatever the microimages.com is).\ > > The page on the MicroImages site is using my GeoXml parser, > > http://www.dyasdesigns.com/geoxmlhttp://code.google.com/p/geoxml > > I dont think GGeoXml is that sensitive to mimetype either because text/plain > works with it... > > By the way this isnt technically an API issue at all.. > > You do have to be careful with php so that nothing is thrown prior to > the header or the html headers will be put out.(I didnt notice anything > obviously wrong in the source code) One trick is to design the page so > you always have it throw xml then throw the header > for it the very first thing in the php. > > [multipart_alternative_part< 1K ] > > > > No virus found in this outgoing message. > Checked by AVG -www.avg.com > Version: 8.0.238 / Virus Database: 270.12.4/2081 - Release Date: 04/26/09 > 09:44:00 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
