I have an xml file:
<elements>
<element form="a">
<name>azerty</name>
</element>
<elements>
<element form="b">
<name>qwerty</name></element></elements>
how can i find the name when i enter the form from an EditText or find the form when i enter the name?
thank you in advance