为dede增加安卓客户端接口的基本流程(2)

最后是这个xml模版的写法了,这个模版基本上是按照一种约定来写的,跟客户端如何解析xml相关,这里只是给出一个我自己的例子

<?xml version="1.0" encoding="UTF-8"?> <jcodecraeer> <blog> <id>{dede:field.id/}</id> <title><![CDATA[{dede:field.title/}]]></title> <author>{dede:field.authoranme/}</author> <url>{dede:field.arcurl/}</url> <body> <![CDATA[ <h4> {dede:field.title/} </h4> <div> <span style='color:#333333;font-size:12px;padding-right:15px;'>{dede:field.authoranme/}</span> <span style='color:#333333;font-size:12px;padding-right:15px;'> {dede:field.pubdate function="MyDate('Y-m-d H:i:s',@me)"/}</span></div> {dede:field.body /} ]]> </body> <pubDate>{dede:field.pubdate function="MyDate('Y-m-d H:i:s',@me)"/}</pubDate> <commentCount>{dede:field.id runphp=’yes’}$dsql = new dedesql(false);$dsql -> SetQuery(“Select count(id) as c from dede_feedback where aid=”.@me);$row = $dsql -> getone();@me=$row['c'];{/dede:field.id}</commentCount> </blog> </jcodecraeer>  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/1b6dfc112d9092f3ab64454048818ce9.html