产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 采集规则但是采集不了请问是什么原因?
genecool - 2010/3/12 12:10:00
  1. <?xml version="1.0"?>
  2. <Collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <Fields field="title">
  4.     <name>标题</name>
  5.     <type>varchar</type>
  6.     <maxlength>100</maxlength>
  7.     <c_rules></c_rules>
  8.     <replace_rules></replace_rules>
  9.   </Fields>

  10.   <Fields field="thedate">
  11.     <name>发布时间</name>
  12.     <type>datetime</type>
  13.     <maxlength>20</maxlength>
  14.     <c_rules></c_rules>
  15.     <replace_rules></replace_rules>
  16.   </Fields>

  17.   <Fields field="keywords">
  18.     <name>关键字</name>
  19.     <type>varchar</type>
  20.     <maxlength>100</maxlength>
  21.     <c_rules></c_rules>
  22.     <replace_rules></replace_rules>
  23.   </Fields>

  24.   <Fields field="description">
  25.     <name>描述</name>
  26.     <type>text</type>
  27.     <maxlength>250</maxlength>
  28.     <c_rules></c_rules>
  29.     <replace_rules></replace_rules>
  30.   </Fields>

  31.   <Fields field="thumbnail">
  32.     <name>缩略图</name>
  33.     <type>varchar</type>
  34.     <maxlength>100</maxlength>
  35.     <c_rules></c_rules>
  36.     <replace_rules></replace_rules>
  37.   </Fields>

  38.   <Fields field="upload">
  39.     <name>文章图片</name>
  40.     <type>varchar</type>
  41.     <maxlength>50</maxlength>
  42.     <c_rules></c_rules>
  43.     <replace_rules></replace_rules>
  44.   </Fields>


  45.   <Fields field="introduction">
  46.     <name>简介</name>
  47.     <type>text</type>
  48.     <maxlength>500</maxlength>
  49.     <c_rules></c_rules>
  50.     <replace_rules></replace_rules>
  51.   </Fields>

  52.   <Fields field="content">
  53.     <name>内容</name>
  54.     <type>text</type>
  55.     <maxlength>0</maxlength>
  56.     <c_rules></c_rules>
  57.     <replace_rules></replace_rules>
  58.   </Fields>
  59. </Collection>
复制代码
1
查看完整版本: 采集规则但是采集不了请问是什么原因?