On Nov 14, 7:55 am, DaveGivesPHPaShot <tolman.da...@gmail.com> wrote: > Hello and thanks for your help, > This page produces markers > :http://www.thebigmap.com/test/wait_onlyonechangenov8c.htm > works. It queries (as you can see in the source code) this php > file:http://www.thebigmap.com/test/genxml_by_tag.php > > But this page doesn't produce markers > :http://www.thebigmap.com/test/wait_onlyonechangenov8d.htm > The only difference is that it polls a different php file > :http://www.thebigmap.com/test/genxml_by_tag2.php? > > I don't understand because both php files, when polled directly return > xml files that should be used by the javascript to produce markers. > > For example, if you click directly on > thishttp://www.thebigmap.com/test/genxml_by_tag.php? > you get a lot of markers. > And if you click directly on > this:http://www.thebigmap.com/test/genxml_by_tag2.php?mytags=test > you also get a some markers. > > The html and java is the same and it looks to me as if the xml > has the same format.
java? what java? > I assume that this is related to something I don't understand > in the javascript and not related to the xml being produced by > the php file. > Otherwise, I'll be happy to post the php files. (the original > doesn't make use of the tags entered by the user and version 2 > does make use of the tags entered by the user. So you'll get > an empty array is you do "~mytags= ") > > Thanks for any ideas ! The second gives me (2) markers if I use my parser: http://www.geocodezip.com/v3_GenericMapBrowser.asp?url=http://www.thebigmap.com/test/genxml_by_tag2.php?mytags=test And if I append mytags= to the end, I get one. http://www.geocodezip.com/v3_GenericMapBrowser.asp?url=http://www.thebigmap.com/test/genxml_by_tag2.php?mytags= I see that the only difference in the files is the "2". The headers the pages are served with are the same. But the two xml streams are different. It has to be your data interacting with the parser in the page. Look at the differences in how the genxml_by_tag.php and genxml_by_tag2.php generate their data. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.