Hello!
I had already tried posting the same issue in Google Maps API group,
but this is KID issue, it it probably better to ask here as well.
I am playing aroung with Google Maps API and it's ability to draw
polylines. It works perfectly in Opera and Firefox, but since IE
requires a little fix (adding xmlns:v="urn:schemas-microsoft-com:vml"
to
html tag and a CSS clas), I can't draw polylines.
Problem occures because KID automaticly strups out all xmlns
attributes, including xmlns:v, which is required to draw polylines in
IE.
I had verified problem by saving generated page as html and appending
attribute in
standardn HTML file.
Even before that, I tried to use following solution:
<?python
stupidIE = "xmlns:v='urn:schemas-microsoft-com:vml'"
?>
<html ... ${XML(stupidIE)} .... ?>
but it returns invalid token, not well formated.
Did anyone else came accross this problem and maybe solved it some
other way?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---