【AS3】xml 子node数

自分も忘れないようメモメモ。

<url>
    <img>common/img/img.jpg</img>
    <img>common/img/img2.jpg</img>
    <img>common/img/img3.jpg</img>
</url>
trace(xml.url.child("img").length());// 出力 3