XML을 쉽게 파싱하는 방법이다. java의 기본 파서를 이용한다. 문제점은 NodeListPaser가 첫번째 값만을 가져온다. 적절히 변형해서 사용하세요~~ URLresponse.java XMLPaser.java NodeListPaser.java xmltest.jsp <%@page contentType="text/html; charset=EUC-KR"%> <%@page import!="org.w3c.dom.NodeList" %> <%@page import!="com.xml.*;" %> <% lo..