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

请问:The content of element type " " must match "EMPTY"

2012-02-10 
请教:The content of element type must match EMPTY在myeclipse中,出现这样的错误提示:The content

请教:The content of element type " " must match "EMPTY"
在myeclipse中,出现这样的错误提示:
The content of element type "arg0" must match "EMPTY"
请教高手,这个错误时怎么回事?


[解决办法]
应该是这样<arg0/>或,<arg0 attribute="{value}"/>,不允许子节点或其他内容
如<arg0>some text</arg0>

热点排行