WEB开发网
开发学院网页设计JavaScript 使用 jQuery 在浏览器中处理 XML 阅读

使用 jQuery 在浏览器中处理 XML

 2010-01-20 00:00:00 来源:WEB开发网   
核心提示: 清单 7(atom1.xml)是引用的 Atom 文件, 清单 7. (atom1.xml)Atom 文件示例<?xmlversion="1.0"encoding="utf-8"?><feedxmlns="http://www.

清单 7(atom1.xml)是引用的 Atom 文件。


清单 7. (atom1.xml)Atom 文件示例
<?xml version="1.0" encoding="utf-8"?> 
<feed xmlns="http://www.w3.org/2005/Atom" 
   xml:lang="en" 
   xml:base="http://www.example.org"> 
 <id>http://www.example.org/myfeed</id> 
 <title>My Simple Feed</title> 
 <updated>2005-07-15T12:00:00Z</updated> 
 <link href="/blog" /> 
 <link rel="self" href="/myfeed" /> 
 <author><name>Uche Ogbuji</name></author> 
 <entry> 
  <id>http://www.example.org/entries/1</id> 
  <title>A simple blog entry</title> 
  <link href="/blog/2005/07/1" /> 
  <updated>2005-07-14T12:00:00Z</updated> 
  <summary>This is a simple blog entry</summary> 
 </entry> 
 <entry> 
  <id>http://www.example.org/entries/2</id> 
  <title /> 
  <link href="/blog/2005/07/2" /> 
  <updated>2005-07-15T12:00:00Z</updated> 
  <summary>This is simple blog entry without a title</summary> 
 </entry> 
</feed> 

清单 8 是 home.js,包含了加载到工作台上的动态应用程序代码。

上一页  3 4 5 6 7 8 9 10  下一页

Tags:使用 jQuery 浏览器

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接