Ugh!  What am I missing here?

//XML:
var artData:XML = <art>
<bios>
        <artist f="Peter" s="Agrafiotis">A longtime resident of Southern Maine, 
Peter Agrafiotis has always been fascinated with the timelessness of 
nature</artist>
</bios>
</art>;


var lastName = "Agrafiotis";
var artistBio:XMLList = artData.bios.artist.(@s==lastName);

// artistBio returns null -- WHY???



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to