Must convert Google Map JavaScript to operate inside XHTML. On entry to 
"Initialize" function, first statement appears to stop JavaScript execution.

See code below. If I put "alert" before and after the "var" statement, 
first alert is executed, second is not. If I comment-out the "var" 
statement, second alert is then executed. This code works perfectly in HTML 
but not XHTML. What could be objectionable to XHTML?

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en" 
xmlns:epub="http://www.idpf.org/2007/ops";>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link href="default.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" 
src="http://maps.googleapis.com/maps/api/js?sensor=false";>
</script>
<script type="text/javascript">
  function initialize() {
    var myLatlng = new google.maps.LatLng(50.391652,5.932534);

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/7NJFwZAqHRsJ.
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-js-api-v3?hl=en.

Reply via email to