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

关于XML命名空间的有关问题~救救我吧

2012-04-10 
关于XML命名空间的问题~救救小弟我吧!xs:schemaxmlns:sx http://www.w3.org/2001/XMLSchema xmlns h

关于XML命名空间的问题~救救小弟我吧!
<xs:schema   xmlns:sx= "http://www.w3.org/2001/XMLSchema "
      xmlns= "http://order.org/ "
      targetNamespace= "http://order.org/ "


帮我解释一下   这三行代码是什么意思?最好详细一点~谢谢了~大家多帮帮我吧~


[解决办法]
sx= "http://www.w3.org/2001/XMLSchema "
声明了sx命名空间, "http://www.w3.org/2001/XMLSchema "这个名称空间是模式专用的空间
xmlns= "http://order.org/ "
元素的默认名称空间.
targetNamespace= "http://order.org/ "
使用模式的名称空间

热点排行