If I have this string:
anyType{schema=anyType{element=anyType{complexType=anyType{choice=anyType{element=anyType{complexType=anyType{sequence=anyType{element=anyType{}; element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; }; }; }; }; }; }; }; }; }; }; diffgram=anyType{DocumentElement=anyType{mytable=anyType{USER_ID=83; PROJECT_BY_DETAILS=An adaptation of a nursery rhyme into a dramatic film; }; mytable=anyType{USER_ID=88; PROJECT_BY_DETAILS=Test - over ye mountain blue ; }; }; }; }
How can I display it in an Android list view?
The expected output is:
USER_ID=83
PROJECT_BY_DETAILS=An adaptation of a nursery rhyme into a dramatic film
USER_ID=88
PROJECT_BY_DETAILS=Test - over ye mountain blue