首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

xml多层嵌套解决办法

2012-03-14 
xml多层嵌套xml多层嵌套比如:ae 222 /ebc 124 /cd/d/b/a在html如何读取他的数据比如

xml多层嵌套
xml多层嵌套  
比如:  
<a>  
<e> 222 </e>  
<b>  
<c> 124 </c> <d> </d>  
</b>  
</a>  

在html如何读取他的数据  
比如我要读取 <c> 的.  
我用  
<html>  
<body>  
<xml   id= "cdcat "   src= "test.xml ">  
</xml>  
<table   datasrc= "#cdcat ">  
<tr   >  
<td   style= "color:red; "> <span   datafld= "c "> </span> </td>  
</tr>  
</table> </body> </html>  
为什么读取不到,但是如果是读取 <e> 又可以.


[解决办法]
帮你项..我也遇到这些问题
[解决办法]
在写AJAX也是这样。
[解决办法]
关注。。。
[解决办法]
<table datasrc= "#cdcat " dataFld= "b ">
<tr >
<td style= "color:red; "> <span datafld= "c "> </span> </td>
</tr>
</table> </body> </html>
这样就可以了

热点排行