On 1 December 2011 22:05, davie <[email protected]> wrote: > Hi > I would imagine these problems started after you started using > Dreamweaver. > Use a notepad or a text editor see > http://en.wikipedia.org/wiki/List_of_text_editors
That is, for the PHP code. Dreamweaver's OK for HTML, but I reckon you have edited the genxml php code in Dreamweaver too. It's producing complete gobbledygook. This is an empty output where you don't have any markers: ============================ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> </body> </html> <?xml version="1.0"?> <markers/> ============================ I've used software called phpEdit before, which is paid-for but includes a server for a full IDE. However, Notepad also produces valid plain-text files. Get the genxml file off your server and check it in Notepad. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
