成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

利用xml實(shí)現(xiàn)rss訂閱的方法-創(chuàng)新互聯(lián)

小編給大家分享一下利用xml實(shí)現(xiàn)rss訂閱的方法,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!

為納溪等地區(qū)用戶提供了全套網(wǎng)頁(yè)設(shè)計(jì)制作服務(wù),及納溪網(wǎng)站建設(shè)行業(yè)解決方案。主營(yíng)業(yè)務(wù)為成都網(wǎng)站建設(shè)、成都做網(wǎng)站、納溪網(wǎng)站設(shè)計(jì),以傳統(tǒng)方式定制建設(shè)網(wǎng)站,并提供域名空間備案等一條龍服務(wù),秉承以專業(yè)、用心的態(tài)度為用戶提供真誠(chéng)的服務(wù)。我們深信只要達(dá)到每一位用戶的要求,就會(huì)得到認(rèn)可,從而選擇與我們長(zhǎng)期合作。這樣,我們也可以走得更遠(yuǎn)!

 RSS是一種網(wǎng)頁(yè)內(nèi)容聯(lián)合格式,是XML的一種,所有的RSS文檔都遵循XML1.0規(guī)范。

具體示例:

<span style="font-family:Microsoft YaHei;font-size:18px;"><?xml version = "1.0" encoding = "utf-8" ?>  
<rss version = "2.0" xmlns:wfw ="http://wellformedweb.org/CommentAPI/">  
       <channel>  
              <title>標(biāo)題</title>  
              <link>鏈接地址</link>  
              <description>描述</description>  
              <language>描述語(yǔ)言</language>  
              <copyright>版本</copyright>  
              <pubdate>時(shí)間</pubdate>  
              <item>  
                     <title>日志標(biāo)題</title>  
                  <link>日志的url訪問(wèn)地址</link>  
                     <author>日志的作者</author>  
                     <pubdate>日志的發(fā)布時(shí)間</pubdate>  
                     <description>日志的內(nèi)容</description>  
              </item>  
       </channel>  
</rss></span>

此時(shí)應(yīng)該鏈接數(shù)據(jù)庫(kù),輸出想要的結(jié)果。

Test.PHP

<span style="font-family:Microsoft YaHei;font-size:18px;"><?PHP  
       include("./conn.php");  
       class test{  
              public $title = '';  
              public $link = '';  
              public $description= '';  
              public $items = '';  
              public $template ='./test.xml';  
              public $dom = '';  
              public $rss = '';  
              public function__construct(){  
                     $this ->dom = new domDocument('1.0','utf-8');  
                     $this ->dom -> load($this -> template);  
                     $this ->rss = $this -> dom -> GetElementsByTagName('rss');  
              }  
              public functioncreateChannel(){  
                     $channel =$this -> dom -> createElement("channel");  
                     $channel-> appendChild($this -> createEle('title',$this -> title));  
                     $channel-> appendChild($this -> createEle('link',$this -> link));  
                     $channel-> appendChild($this -> createEle('description',$this ->description));  
                     $this ->rss -> appendChild($channel);  
                        
              }  
              public functioncreateEle($name,$value){  
                     $element =$this -> dom -> createElement($name);  
                     $text = $this-> dom -> createTextNode($value);  
                     $element-> appendChild($text);  
                     return$element;  
              }  
              protected functionadditem($list){  
                     foreach($listas $goods){  
                            $this-> rss -> appendChild($this-> createitem($goods));  
                     }  
              }  
              public functioncreateitem($arr){  
                     $item = $this-> dom -> createElement("item");  
                     foreach($arras $key => $value){  
                            $item-> appendChild($this -> createEle($key,$value));  
                     }  
                     return $item;  
              }  
                 
              public functiondisplay(){  
                     $this ->createChannel();  
                     $this ->additem($this -> items);  
                     echo $this-> dom -> savexml();  
              }  
       }  
       $sql = "select * fromstu";  
       $rs = mysql_query($sql);  
       while($row =mysql_fetch_assoc($rs)){  
              $list[] = $row;  
       }  
       $test = new test();  
       $test -> title = "測(cè)試標(biāo)題";  
       $test -> link = "測(cè)試連接";  
       $test -> description ="測(cè)試內(nèi)容";  
       $test -> display();  
       $test -> items = $list;  
</span>

看完了這篇文章,相信你對(duì)利用xml實(shí)現(xiàn)rss訂閱的方法有了一定的了解,想了解更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!

當(dāng)前標(biāo)題:利用xml實(shí)現(xiàn)rss訂閱的方法-創(chuàng)新互聯(lián)
文章出自:http://jinyejixie.com/article10/pgdgo.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營(yíng)銷型網(wǎng)站建設(shè)、建站公司、網(wǎng)站建設(shè)、全網(wǎng)營(yíng)銷推廣、電子商務(wù)、響應(yīng)式網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

綿陽(yáng)服務(wù)器托管
绵阳市| 余姚市| 湖南省| 云浮市| 虎林市| 清丰县| 仁化县| 德州市| 汤阴县| 新泰市| 平遥县| 黔南| 长海县| 报价| 德格县| 宁化县| 石林| 通山县| 临城县| 城固县| 花垣县| 房产| 石首市| 紫阳县| 安义县| 稻城县| 桓仁| 金坛市| 隆回县| 陕西省| 衢州市| 蓬安县| 安平县| 宝应县| 新巴尔虎右旗| 高密市| 安西县| 邢台县| 吉木萨尔县| 资源县| 安陆市|