Hi,Everybody.I am writing a function in C# and it returns a Array .Example I have a struct
<tag k="created_by" v="Potlatch 0.10f" />
<tag k="highway" v="residential" />
<tag k="name" v="Mai Hac De" />
</way>
When I enter "Mai Hac Ðe" ,The all node id of this way is saved in Array .This node are 103005166,103005167 ,103001090,102999142,103003909.This function is
public Array Search(string name)
{
....
}
.Can you help me ,please???