校内AIR版APP工具源码下载

作者: ldsea 分类: 程序生活,酷软推荐 发布时间: 2008-06-29 00:46

[file]http://ldsea.cn/flex/xiaonei/XNApiTool-src.rar[/file]

我学习AS3不到1个月,只是了解点皮毛,源码里有关XML的处理我遇到了问题,之前都是有效的,前一阵校内更新后,返回的XML数据发生了变化,我用之前的方法无法正确进行解析,我猜测的原因有两个
一.校内返回的XML数据是非标准的XML格式(这种可能性不是很大)
二.AS3不能处理所有的XML格式?

[code]<friends_getFriends_response list="true" xsi:schemaLocation="http://api.xiaonei.com/1.0/ http://api.xiaonei.com/1.0/xiaonei.xsd" xmlns="http://api.xiaonei.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <friend>
    <id>64238946</id>
    <name>李正华</name>
    <headurl>http://hd15.xiaonei.com/photos/hd15/20080607/14/27/head_3586g107.jpg</headurl>
  </friend>
  <friend>
    <id>229954215</id>
    <name>郭云超</name>
    <headurl>http://hd34.xiaonei.com/photos/hd34/20080330/22/16/head_1427e169.jpg</headurl>
  </friend>
  <friend>
    <id>238684033</id>
    <name>吴博</name>
    <headurl>http://hd43.xiaonei.com/photos/hd43/20080509/23/04/head_3488d107.jpg</headurl>
  </friend>
  <friend>
    <id>238935464</id>
    <name>李骁?ROMA</name>
    <headurl>http://hd15.xiaonei.com/photos/hd15/20080616/00/05/head_8241m169.jpg</headurl>
  </friend>
  <friend>
    <id>239796833</id>
    <name>刘洋</name>
    <headurl>http://hd13.xiaonei.com/photos/hd13/20080127/13/31/head_1857l107.jpg</headurl>
  </friend>
  <friend>
    <id>239972528</id>
    <name>可臣</name>
    <headurl>http://hd34.xiaonei.com/photos/hd34/20080502/11/59/head_1989a169.jpg</headurl>
  </friend>
</friends_getFriends_response>[/code]
以上代码是返回的XML数据,用之前的AS3的解析方法现在怎么也解析不了…原因不清楚….
希望下载了源码的朋友如果可以正确处理之后,请告诉我解决办法,十分感谢!

我知道[url=http://awflasher.com/blog]AW兄[/url]是AS的高手,期待得到你的答复:)

之前下载过这个工具的朋友应该知道,它主要实现了3个工具,第一是登陆之后得到个人头像和最新的一个状态(这个已经失效,校内关闭了xiaonei.widsets.getHomeInfo接口),第二个是发布日志(这个也已经失效,校内关闭了xiaonei.blog.addBlog接口),第三个是得到所有好友,并选择一个好友留言(这个没有失效,这个接口还存在,不过取消了之前有的page和count两个参数,下午的聚会和李福松得到确认,校内会直接返回所有好友信息。但是问题正如我上面提到的,我用之前的方法无法解析这段返回的xml数据…请求大家的帮助..)

—————————————————

btw: 非常感谢AW组织了今天的聚会活动,学到了很多东西,也交了不少朋友

一条评论
  • ZhuZHe

    2009年6月14日 13:23

    [emot]fear[/emot]namespace的问题。我是把他的namespace都replace成''了…

发表回复

您的电子邮箱地址不会被公开。