On Apr 22, 9:25 am, Anthony <[email protected]> wrote:
> > 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?

I don't know and that is certainly outside the scope of this group.
Why don't you try a xml or html development group (or search the web)?

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