프로그래밍/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()));
InputSource xmlSource = new InputSource(new StringReader(sb.toString()));