The processing instruction target matching "[xX][mM][lL]" is not allowed.
개발/프로그래밍2010. 8. 16. 22:00
728x90
The processing instruction target matching "[xX][mM][lL]" is not allowed.
org.xml.sax.SAXParseException: The processing instruction target matching "[xX][mM][lL]" is not allowed.
XML 파싱을 할 때 나오는 에러이다.
<?xml version="1.0" encoding="UTF-8" ?>
파싱할려는 XML파일을 소스보기하거나 NOTEPAD로 열어보면 헤더문구 위에 빈공백이나
첫줄에 존재하지 않으면 에러가 발생한다. 공백을 제거하기만 하면 문제가 해결된다.
728x90
댓글 영역