> The problem is this line:
> tabNodes[ i ].getElementsByTagName( "div" )[ 0 ] 
> );http://code.google.com/apis/maps/documentation/reference.html#GInfoWi...
> the GInfoWindowTab constructor doesn't like the xml node you are
> giving it for its second argument
>
> Try using GXml.value to get the text out of that element:
> GXml.value(tabNodes[ i ].getElementsByTagName( "div" )[ 0 ] ));

I can't use GXml.value since it will not preserve the HTML structure
(e.g. the test data has a <table>). Is there any other easy way to
convert the XML node into a HTML node?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to