I have an XML structure where some elements are repeated inside the parent element, and i want to pick the first of the repeated element, how can i achieve that. $(doc).find('myElement').text() returns the concat value of both the elements, can i have only the first value.
Appreciate the help in advance.
Vaibhav