Hi,

I use the following xml to create a tree that is displayed:

<node label="Albums">
    <node label="BMW">
        <node label="BMW 325ci 1994"
data="" href="http://localhost:8080/FlexXMLServer/Photos/BMW/BMW">http://localhost:8080/FlexXMLServer/Photos/BMW/BMW 325ci 1994.jpeg"/>
        <node label="BMW E65 Schnitzer"
data="" href="http://localhost:8080/FlexXMLServer/Photos/BMW/BMW">http://localhost:8080/FlexXMLServer/Photos/BMW/BMW E65
Schnitzer.jpeg"/>
    </node>
    <node label="Mercedes">
        <node label="Mercedes ML back"
data="" href="http://localhost:8080/FlexXMLServer/Photos/Mercedes/Mercedes">http://localhost:8080/FlexXMLServer/Photos/Mercedes/Mercedes ML
back.jpg"/>
        <node label="Mercedes ML front"
data="" href="http://localhost:8080/FlexXMLServer/Photos/Mercedes/Mercedes">http://localhost:8080/FlexXMLServer/Photos/Mercedes/Mercedes ML
front.jpg"/>
    </node>
</node>

The problem comes when I get this data from HTTPService or from a file.
When I do this I cannot access the "label" and "data" attributes
of the selected node.

Has anyone dealed with this problem?

Thanks,




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to