xml 파싱 정보
xml 파싱본문
고수님들께 문의 드리고자 합니다.
5개 미용뉴스 사이트에서 RSS를 제공 하고 있고 그 파일들을 읽어 들여서 한개 사이트당 3개씩 최근게시물 리스트형식으로 출력을 하고 싶은데요
도저히 방법을 모르겠습니다.
http://www.dailycosmetic.com/rss/allArticle.xml
이런형식으로 RSS지원이 되는것 같습니다.
고수님들의 도움이 필요합니다.
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_id = '-1' and wr_id != '2008' ) union ( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '281358' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php