http://www.anddev.org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html 를 보고 파싱까지는 성공했습니다!! 후훗
그런데 다음 오픈 API에서 영어 사진 xml을 보다 보니 url이 있더라구요

 <item>
<title>child</title>
<description>아이, 어린이</description>
−
<link>
http://engdic.daum.net/dicen/contents.do?query1=E202620&offset=E202620#E202620
</link>
<exact_yn>Y</exact_yn>
<pronunciation>tʃáild</pronunciation>
−
<target_small_url>
http://engdic.daum.net/dicen/small_contents.do?query1=E202620&offset=E202620#E202620
</target_small_url>
</item>

저는 target_small_url의 내용을 출력하고 싶은데 안드로이드에서
xml 파싱 후에 target_small_url의 결과만 출력할 수 있는 방법이 있을까요?
웹페이지로 출력하기보다는 결과의 텍스트만 출력하고 싶습니다.