Hi,
 
I'm having a problem with the importNode() function...I'm calling it with the "deep" option set, but I'm finding that for some of the nested children, the attribute values aren't being copied over.
 
so, printing the node out before importing I get:

<View><MetaLink>http://www.geoviz.com</MetaLink><ResourceIDs><ResourceID id="1"/><ResourceID id="7"/></ResourceIDs><EyePoints/></View>

but printing the node out after importing, I get:

<View><MetaLink>http://www.geoviz.com</MetaLink><ResourceIDs><ResourceID id=""/><ResourceID id=""/></ResourceIDs><EyePoints/></View>

Does anyone have any ideas why this could be?

Thanks,

Claire

 
 

Reply via email to