xml 특수 문자 파싱 (xmlParseEntityRef: no name) > 기술자료 | 해피정닷컴

xml 특수 문자 파싱 (xmlParseEntityRef: no name) > 기술자료

본문 바로가기

사이트 내 전체검색

xml 특수 문자 파싱 (xmlParseEntityRef: no name) > 기술자료

XML xml 특수 문자 파싱 (xmlParseEntityRef: no name)

페이지 정보


본문

This page contains the following errors:

error on line 19 at column 23: xmlParseEntityRef: no name
Below is a rendering of the page up to the first error.


xml파일에 "&"이나 "<", ">" 와 같이 특수문자가 있으면 “xmlParseEntityRef: noname” 오류 발생합니다.

Solution 1 : Remove the ampersand.

Solution 2 : Encode the ampersand (that is replace the '&' character with '& amp;' ). Remember to Decode when reading the XML text.
replace the ampersand ( '&') character with '&amp;' . '<' with '&lt;' and '>' with '&gt;'
strip_tags(preg_replace("/&(?!#?[a-z0-9]+;)/", "&amp;",$textorhtml));

Solution 3 : Use CDATA sections (text inside a CDATA section will be ignored by the parser.) eg.
<![CDATA[
{XML DATA}
]]>


참고자료
https://blog.naver.com/qortmdgms/220223461806
https://stackoverflow.com/questions/7604436/xmlparseentityref-no-name-warnings-while-loading-xml-into-a-php-file

댓글목록

등록된 댓글이 없습니다.


Total 7건 1 페이지
  • RSS
기술자료 목록
7
XML   8992  2018-06-05 14:14 ~ 2018-06-05 14:15  
6
XML   9776  2017-11-30 03:37 ~ 2017-11-30 04:14  
5
XML   27885  2017-11-28 18:00 ~ 2020-02-17 04:02  
열람
XML   13073  2017-10-22 03:11  
3
XML   16812  2014-12-22 15:50  
2
XML   14124  2013-05-02 05:59 ~ 2018-02-07 06:16  
1
XML   18215  2013-04-26 09:01 ~ 2013-05-02 00:00  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.