Hi there, is there an easy way to find an object by it's attribute value?
<doc> <obj name="test1"></obj> <obj name="test2"></obj> </doc> DocDocument.Factory.parse... getDoc().getObj( where "name" == "test1" ) thanks, Alistair -------------- mov eax,1 mov ebx,0 int 80h

