I have a service with XML response that has root elements and for repeating elements inside. Each repeating element has different name, but has the same structure. Example: root element1 child1 element2 child1 On the the view I have one list item. Is it possible to map both element1 and element1 to ...