개발자의 끄적끄적

[php] XML declaration allowed only at the start of the document 본문

개발/php

[php] XML declaration allowed only at the start of the document

효벨 2020. 1. 16. 03:00
728x90
반응형

[php] XML declaration allowed only at the start of the document

 

 

이 에러는 대부분

 

파싱한 xml 데이터의 시작부분에 공백이나 빈 줄이 들어가 있어서

 

나는 에러입니당~

 

즉, 파싱한 데이터를 simplexml_load_string 이 걸로 문자화 하기 전에

 

trim 으로 공백을 제거해준뒤 실행하면 에러가 없습니다!

 

참고들하세요!

반응형
Comments