免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4511 | 回复: 3
打印 上一主题 下一主题

求助,新浪天气API返回的xml,不知道该怎么解析了。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-04-24 23:27 |只看该作者 |倒序浏览
本帖最后由 liyan5953 于 2014-04-24 23:32 编辑

新浪天气API查询,返回的XML是这样样子的。
该怎么解析啊,哪位大神教教我。
<?xml version="1.0" encoding="UTF-8"?> <!-- published at 2014-04-24 23:18:22 --> <Profiles> <Weather> <city>广州</city> <status1>阴</status1> <status2>阴</status2> <figure1>yin</figure1> <figure2>yin</figure2> <direction1>无持续风向</direction1> <direction2>无持续风向</direction2> <power1>≤3</power1> <power2>≤3</power2> <temperature1>27</temperature1> <temperature2>22</temperature2> <ssd>7</ssd> <tgd1>24</tgd1> <tgd2>24</tgd2> <zwx>1</zwx> <ktk>4</ktk> <pollution>3</pollution> <xcz>4</xcz> <zho></zho> <diy></diy> <fas></fas> <chy>1</chy> <zho_shuoming>暂无</zho_shuoming> <diy_shuoming>暂无</diy_shuoming> <fas_shuoming>暂无</fas_shuoming> <chy_shuoming>短袖衫、短裙、短裤、薄型T恤衫、敞领短袖棉衫</chy_shuoming> <pollution_l>轻度</pollution_l> <zwx_l>最弱</zwx_l> <ssd_l>偏热</ssd_l> <fas_l>暂无</fas_l> <zho_l>暂无</zho_l> <chy_l>薄短袖类</chy_l> <ktk_l>不需要开启</ktk_l> <xcz_l>不太适宜</xcz_l> <diy_l>暂无</diy_l> <pollution_s>对空气污染物扩散无明显影响</pollution_s> <zwx_s>紫外线最弱</zwx_s> <ssd_s>天气偏热,适当调整穿衣后,仍可达到比较舒适的程度。</ssd_s> <ktk_s>不需要开启空调</ktk_s> <xcz_s>洗车后未来1-2天内有降水、大风或沙尘天气,不太适宜洗车</xcz_s> <gm>1</gm> <gm_l>低发期</gm_l> <gm_s>天气舒适,不易发生感冒;</gm_s> <yd>3</yd> <yd_l>适宜</yd_l> <yd_s>天气较暖,比较适宜户外运动;</yd_s> <savedate_weather>2014-04-24</savedate_weather> <savedate_life>2014-04-24</savedate_life> <savedate_zhishu>2014-04-24</savedate_zhishu> </Weather> </Profiles>

论坛徽章:
0
2 [报告]
发表于 2014-04-25 08:30 |只看该作者
用 xml.etree 或 mindom;

论坛徽章:
11
技术图书徽章
日期:2014-03-01 14:44:34天蝎座
日期:2014-05-21 22:11:59金牛座
日期:2014-05-30 17:06:14
3 [报告]
发表于 2014-04-25 12:38 |只看该作者
LZ可能不懂Python XML API,更可能看不懂这个XML。。。
  1. $ xmllint --format tmp.xml
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <!-- published at 2014-04-24 23:18:22 -->
  4. <Profiles>
  5.   <Weather>
  6.     <city>广州</city>
  7.     <status1>阴</status1>
  8.     <status2>阴</status2>
  9.     <figure1>yin</figure1>
  10.     <figure2>yin</figure2>
  11.     <direction1>无持续风向</direction1>
  12.     <direction2>无持续风向</direction2>
  13.     <power1>≤3</power1>
  14.     <power2>≤3</power2>
  15.     <temperature1>27</temperature1>
  16.     <temperature2>22</temperature2>
  17.     <ssd>7</ssd>
  18.     <tgd1>24</tgd1>
  19.     <tgd2>24</tgd2>
  20.     <zwx>1</zwx>
  21.     <ktk>4</ktk>
  22.     <pollution>3</pollution>
  23.     <xcz>4</xcz>
  24.     <zho/>
  25.     <diy/>
  26.     <fas/>
  27.     <chy>1</chy>
  28.     <zho_shuoming>暂无</zho_shuoming>
  29.     <diy_shuoming>暂无</diy_shuoming>
  30.     <fas_shuoming>暂无</fas_shuoming>
  31.     <chy_shuoming>短袖衫、短裙、短裤、薄型T恤衫、敞领短袖棉衫</chy_shuoming>
  32.     <pollution_l>轻度</pollution_l>
  33.     <zwx_l>最弱</zwx_l>
  34.     <ssd_l>偏热</ssd_l>
  35.     <fas_l>暂无</fas_l>
  36.     <zho_l>暂无</zho_l>
  37.     <chy_l>薄短袖类</chy_l>
  38.     <ktk_l>不需要开启</ktk_l>
  39.     <xcz_l>不太适宜</xcz_l>
  40.     <diy_l>暂无</diy_l>
  41.     <pollution_s>对空气污染物扩散无明显影响</pollution_s>
  42.     <zwx_s>紫外线最弱</zwx_s>
  43.     <ssd_s>天气偏热,适当调整穿衣后,仍可达到比较舒适的程度。</ssd_s>
  44.     <ktk_s>不需要开启空调</ktk_s>
  45.     <xcz_s>洗车后未来1-2天内有降水、大风或沙尘天气,不太适宜洗车</xcz_s>
  46.     <gm>1</gm>
  47.     <gm_l>低发期</gm_l>
  48.     <gm_s>天气舒适,不易发生感冒;</gm_s>
  49.     <yd>3</yd>
  50.     <yd_l>适宜</yd_l>
  51.     <yd_s>天气较暖,比较适宜户外运动;</yd_s>
  52.     <savedate_weather>2014-04-24</savedate_weather>
  53.     <savedate_life>2014-04-24</savedate_life>
  54.     <savedate_zhishu>2014-04-24</savedate_zhishu>
  55.   </Weather>
  56. </Profiles>
复制代码

论坛徽章:
0
4 [报告]
发表于 2014-04-26 01:35 |只看该作者
不好意思,这个问题是我白痴了。
一直在在用ET.fromstring读取xml,然后用xml.find('city').text需找节点,一直报错。
其实在需要节点的时候很简单的加上节点结构就行了。xml.find('Weather/city').text。就这样就可以了。。。。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP