피드를 위한 XML 파일 어디가 문제 인지... 정보
피드를 위한 XML 파일 어디가 문제 인지...본문
팟캐스틀 하려고 피드를 만들었습니다.
XML 파일로 만들었는데 문제가 있는 것 같습니다.
피드 검증을 위해 http://www.feedvalidator.org/에서 검증하니 첨부파일에 있는 것 처럼 나옵니다.
어디를 어떻게 고쳐야 하나요?
추천
0
0
댓글 3개

<channel xmlns:cfi="http://www.microsoft.com/schemas/rss/core/2005/internal">
<title...
<description cf:type='text">포커스</description>
채널 설명이 없어서 그런거 아닐까요?
xml은 넘 어렵네요.
<title...
<description cf:type='text">포커스</description>
채널 설명이 없어서 그런거 아닐까요?
xml은 넘 어렵네요.

1. channel 노드에 description 항목이 없습니다.
2. <rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="여기를 채워주세요">
2. <rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="여기를 채워주세요">
"여기에 채워주세요"에 무얼 채워넣어야 하는지요?