sinatosk wrote: > > no it's not a bug :p > > lets just say you have an xml tag > > var xml_tag:XML = <tag att1="v1" att2="v2">tag text</tag>; > > an thats been assigned to a variable 'xml_tag'. when you come to output > the contents of that variable... it will show "tag text" not "v1" or > "v2" ( which are attributes ). To output the contents of those > attributes ... you do [EMAIL PROTECTED] and that will output "v1" > > the problem your having is there is nothing in between the tags so it's > blank... infact... you closed the XML tag "<tag/>"... thats how xml is > :p. I'm still learning XML
I don't think that's true. If I drag two items into the list, I get this: <node label="All School/Class/Major/Degree"/> <node label="Secondary Record Types"/> So if I drag only one item into the tree, I'd expect this: <node label="All School/Class/Major/Degree"/> But I don't get that, I get nothing. And all I'm doing is outputting the dataProvider.toString() = the tree has a data provider - it's got one item in it, so it SHOULD output something! -- 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/

