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 2,641건 28 페이지
  • RSS
기술자료 목록
2101
MSSQL   19218  2017-10-29 23:12 ~ 2017-10-30 00:10  
2100
MySQL   29170  2017-10-26 02:43 ~ 2018-02-09 10:09  
2099
MySQL   20048  2017-10-29 22:29 ~ 2017-11-30 05:36  
2098
MySQL   15046  2017-10-29 22:00 ~ 2017-11-03 11:21  
2097
PHP   25851  2017-10-25 14:41 ~ 2017-10-25 22:44  
2096
그누보드   13264  2017-10-22 03:28 ~ 2022-04-15 19:50  
열람
XML   13069  2017-10-22 03:11  
2094
그누보드   12749  2017-10-21 09:33 ~ 2018-01-18 17:33  
2093
Search   11979  2017-10-20 00:53 ~ 2017-11-03 16:10  
2092
Search   9956  2017-10-19 11:01  
2091
영카트   10672  2017-10-18 09:59  
2090
그누보드   12667  2017-10-10 15:50  
2089
그누보드   10692  2017-10-10 13:55  
2088
PHP   11689  2017-10-10 01:52  
2087
호스팅   23469  2017-10-02 11:00 ~ 2017-10-06 00:00  
2086
그누보드   10428  2017-09-29 21:04 ~ 2017-09-30 00:00  
2085
그누보드   14547  2017-09-28 14:22 ~ 2022-04-15 19:48  
2084
HTML   15615  2017-09-28 12:23 ~ 2019-10-10 23:30  
2083
일반   27785  2017-09-26 21:42 ~ 2017-10-20 00:00  
2082
그누보드   10939  2017-09-26 11:09 ~ 2018-08-17 21:12  

검색

해피정닷컴 정보

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

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