Could someone explain where exactly the :: operator gets you? Ideally, I would be able to do something like myXml.myNS::..deepChildNode, but I understand that is not valid. So I guess I am just trying to figure out what the context is. I have a default namespace on a node that is within a SOAP response and cannot seem to access anything within the namespace with this syntax.
myXml.myNS::NodeWithTheNS and myXml.myNS::FirstChildNode both return nothing. Thanks, Ben ------------------------ Yahoo! Groups Sponsor --------------------~--> Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

