프로그래밍/ETC

[XPath] String으로 InputSource 생성하기

galad 2009. 3. 2. 13:50
참고: http://www.stylusstudio.com/xmldev/200210/post10820.html

InputSource xmlSource = new InputSource(new StringReader(sb.toString()));
저작자표시 비영리 동일조건 (새창열림)