Also in general one can do object.hasOwnProperty('something') to see if an
object has a particular property.
On 10/7/07, Scott - FastLane <[EMAIL PROTECTED]> wrote:
>
> var myXML:XML = someXML;
>
> if(myXML.someNode != undefined)
> {
> //do something with the node
> }
>
> hth
> Scott
>
>
> - J.R.
>
> A people that values their privileges
> over their principles, will soon lose
> both.
> - Dwight "Ike" Eisenhower
>
>
>
>

