RSS Spec 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5361 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-01-14 13:31:56 +00:00
parent d1a3098d52
commit 3db40bffed
3 changed files with 7 additions and 7 deletions

View file

@ -23,13 +23,11 @@
<description>{str_replace('\'', '&apos;', htmlspecialchars($oDocument->getContentText(100)))}</description>
<!--@end-->
<pubDate>{$oDocument->getRegdateGM()}</pubDate>
{@$i=0;}
<!--@foreach($oDocument->get('tag_list') as $tag)-->
<category>{str_replace('\'', '&apos;', htmlspecialchars($tag))}</category>
{@$i++;}
<!--@end-->
<!--@if($i>0)-->
<slash:comments>{$i}</slash:comments>
<!--@if($oDocument->getCommentcount()>0)-->
<slash:comments>{$oDocument->getCommentcount()}</slash:comments>
<!--@end-->
</item>
<!--@end-->