当前位置:  开发笔记 > Android > 正文

我们可以在XML文件中使用数字作为文本节点吗?

如何解决《我们可以在XML文件中使用数字作为文本节点吗?》经验,为你挑选了1个好方法。

我们可以在XML文件中使用数字作为文本节点吗?例如

<2>
 Zen

它给出的错误如下



1> Shoban..:

XML元素必须遵循以下命名规则:

* Names can contain letters, numbers, and other characters
* Names cannot start with a number or punctuation character
* Names cannot start with the letters xml (or XML, or Xml, etc)
* Names cannot contain spaces

http://www.w3schools.com/xml/xml_elements.asp

推荐阅读
linjiabin43
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有