Thanks Alessandro Iannacci
in my example(plz see last thread) I want to filter with name "Kejriwal"
var subnodeCollection = ins3.Attributes.Where( n => n.zName == "Kejriwal");
subnodeCollection will contain two instance but I want to select node which has been created under the Root-instnace1.
Regard:
Sunil