|
3#
楼主 |
发表于 2005-6-17 09:47:06
|
只看该作者
<?xml version="1.0" encoding="Big5" ?>
<resultset>
<source name="data_source">
<result rank="searchCategory">
<url href="url" title="title" />
<summary>description</summary>
<urllist>
<url href="source_url" title="data_source" />
</urllist>
</result>
</source>
</resultset>
以上XML 就是应用程序返回的 内容,我在脚本中 用到以下的函数:
web_find("web_find",
"what=?xml version",
LAST);
web_find("web_find",
"what=encoding",
LAST);
web_reg_find("Text=summary",
LAST);
回放是时候,前面两个web_find() 可以成功的执行,同时web_reg_find ()也可以成功的执行,但是出现以下错误:
Error -27257: Pending web_reg_save_param/reg_find/create_html_param[_ex] request(s) detected and reset at the end of iteration number 1
请问这个问题怎么解决啊?
谢谢 |
|