什么是c++ xml dso?
microsoft? inte.net explorer 5中内嵌了一个c++数据源对象(dso),可以用来把xml连
接到html中。microsoft? inte.net explorer 4中内嵌的java xml dso在inte.net exp
lorer 5中仍然支持,但是新的c++ dso有更好的性能,还可以直接连接xml数据岛。
如何把xml连接到html上?
考虑下面的xml文件:
<universities>
<university>
<name>ucsb</name>
<location>santa barbara, ca</location>
</university>
<university>
<name>university of texas at arlington</name>
<location>arlington, tx</location>
</university>
<university>
<name>usm</name>
<location>hattiesburg, ms</location>
</university>
<university>
<name>baylor</name>
<location>waco, tx</location>
</university>
</universities>
可以用以下的html把这个xml连接到一个重复表中:
<xml id=xmldoc src="universities.xml"></xml>
<table datasrc="#xmldoc" border=1>
<thead><th>name</th><th>location</th></thead>
<tr>
<td><span datafld="name"></span></td>
<td><span datafld="location"></span></td>
</tr>
</table>
这里不需要<applet> 或 <object>标签,因为xml dso已经为你完成了这些工作
Java Asp PHP .Net XML C/C++ CGI VB Jsp J2ee J2se J2me EJB Servlet Tomcat Resin Struts Weblogic Eclipse ANT GUI JMS Web servise IDEA Webphere Hibernate Spring Jboss Applet Swing Socket Javamail Perl Ajax P2P 安全 模式 框架 测试 开源 游戏
Windows XP Windows 2000 Windows 2003 Windows Me Windows 9.x Linux UNIX 注册表 操作系统 服务器 应用服务器