RSS 오류 문의

RSS 오류 문의

QA

RSS 오류 문의

답변 4

본문

안녕하세요.. 오랫만에 질문 올립니다.

게시판에 RSS 기능 사용중인데요..

RSS 버튼을 누르면 아래와 같은 에러 메세지가 뜹니다.

아시는 분 답변좀 부탁드립니다.

꾸벅~~~ 

 

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<?phpxml version="1.0" encoding="utf-8" ?>
"); background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
"); background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"><channel>
"); background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"><title>
3EAT(3잇) - 고기먹지 마세요, 3잇 하세요! > 커뮤니티 > 아는 만큼 맛있다
</title>
"); background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"><link>
</link>
<description>테스트 버전 0.2 (2004-04-26)</description>
<language>ko</language>
</channel>
</rss>

이 질문에 댓글 쓰기 :

답변 4


<?phpxml version="1.0" encoding="utf-8" ?> 

부분에서 phpxml 부분 때문에 발생하는 오류로 보입니다.

bbs/rss.php 파일에서 이 부분을 <?xml 로 수정해 보시기 바랍니다.

<?phpxml   -- >  <?xml

 

xml 기본 문법이 틀려서 그런것 이며 기본 xml 의 부분은 아래 와 같습니다.

 

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

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 1,562
© SIRSOFT
현재 페이지 제일 처음으로