以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DTD/XML Schema 』  (http://bbs.xml.org.cn/list.asp?boardid=23)
----  请教一个关于namespace的问题  (http://bbs.xml.org.cn/dispbbs.asp?boardid=23&rootid=&id=44546)


--  作者:ainogod
--  发布时间:3/28/2007 4:35:00 PM

--  请教一个关于namespace的问题
在创建schema时,能不能指定某一元素的namespace,使其包含的子元素不用再写前缀?如何实现?例如现用到MathML,所以import了MathML的schema,这样使得ns1=http://www.w3.org/1998/Math/MathML.
在xml文件中,用到MathML中的math元素,
不想使用
<ns1: math>
  <ns1:apply>
   ……
  </ns1:apply>
</ns1: math>
而想得到

< math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply>
   ……
  </apply>
< math>

的形式,请问如何处理


--  作者:gemingke
--  发布时间:3/28/2007 4:58:00 PM

--  
不能按照你想的那样来。因为既然是import来的,必定会显示namespace前缀
--  作者:ainogod
--  发布时间:3/28/2007 5:00:00 PM

--  
哦,原来这样的,谢谢啦
--  作者:ainogod
--  发布时间:3/28/2007 5:18:00 PM

--  
那有没有其他方法实现啊
< math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply>
   ……
  </apply>
< math>


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
4,953.125ms