Re: UtilXml.childElementList returning null

2007-09-22 Thread Tim Ruppert
+1 Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Sep 22, 2007, at 4:57 PM, Adam Heath wrote: What's the point of UtilXml.childElementList returning null, if the element to look thru is null? This causes code that calls that fun

UtilXml.childElementList returning null

2007-09-22 Thread Adam Heath
What's the point of UtilXml.childElementList returning null, if the element to look thru is null? This causes code that calls that function to have to check for a null return; wouldn't it just be better to return an empty list, and then not have to have the rest of the code base clut