http://applejara.tistory.com/entry/%EC%97%90%EB%9F%ACThe-processing-instruction-target-matching-xXmMlL-is-not-allowed

위 링크의 내용을 참고했습니다.
아래는 자료 보존용입니다.


심각: Parse Fatal Error at line 10 column 6: The processing instruction target m
atching "[xX][mM][lL]" is not allowed.

org.xml.sax.SAXParseException: The processing instruction target matching "[xX][
mM][lL]" is not allowed.


이런 에러를 발생했습니다.
이것은  아래처럼 xml을 선언해 주실때


1. 공백(whitespace) 있거나

   <?xml version='1.0' encoding='utf-8'?>

2. 주석이 있거나

<!-- xml 시작 -->
<?xml version='1.0' encoding='utf-8'?> 
하면 생기는 오류입니다.


xml의 선언부는 항상 문서의 제일 먼저 와야 합니다.