首页 相关文章 Web设计中如何使用XML数据2

Web设计中如何使用XML数据2

  代码列表2:

  <!-- example2.htm -->
  <HTML>
  <head>
  <title>XML DSO-example2.htm</title>
  </head>
  <body bgcolor="#FFFFFF">

  <XML id="xmldb">
  <db>
  <member>
  <name>Premshree Pillai<name>
  <sex>male</sex>
  </member>
  <member>
  <name>Vinod</name>
  <sex>male</sex>
  </member>
  </db>
  </XML>

  <table datasrc="http://www.blue1000.com/article/#XMLdb" border="1">
  <thead>
  <th>Name</th>
  <th>Sex</th>
  </thead>
  <tr>
  <td><div datafld="name"></div...[ 查看全文 ]

2016-02-19 标签:

Web设计中如何使用XML数据2的相关文章

手机页面
收藏网站 回到头部