什么是QName - Benjieming_Wang的专栏 - CSDN博客

  • http://blog.csdn.net/Benjieming_Wang/article/details/5959961

An invalid XML character (Unicode: 0x1a) was found in the element content of the document

The processing instruction target matching "[xX][mM][lL]" is not allowed
At the very beginning of the first line, look for and delete any leading spaces.
The following first line of the xml must not have any spaces or characters before the first "<" in the line.
<?xml version="1.0" encoding="UTF-8"?>

The namespace prefix "ipo" was not declared.
prefix not bound to a namespace

 <?xml version="1.0"?>
<warehouse>
<purchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" orderDate="1999-12-01">
<shipTo exportCode="1" xsi:type="UKAddress">
<name>Helen Zoey</name>
</shipTo>
<items>
<productName>Lapis necklace</productName>
<ipo:comment>Want this for the holidays!</ipo:comment>
</item> 
</purchaseOrder>
</warehouse>

最新文章

  1. REST简介
  2. Shell中的判断标志
  3. mongo日志切割脚本
  4. serv-u启动管理控制台后提示脚本错误解决方案
  5. Js 扩展
  6. Radar Installation 分类: POJ 2015-06-15 19:54 8人阅读 评论(0) 收藏
  7. kettle列转行
  8. VC++6.0环境下调试c语言代码的方法和步骤_附图
  9. BOM 之 window
  10. JavaScript高级程序设计12.pdf
  11. 配置was7、并部署发布项目!
  12. CodeSmith exclude global 文件和文件夹问题 与 输入中文显示乱码问题
  13. 华为OJ:计算两个自然时间相加
  14. python 字符串(汉语)获得MD5编码
  15. viewpager处理(二):设置当前item时,让viewpager不出现滑动动画
  16. 引水入城[NOI2010 ]
  17. Java动态代理学习【Spring AOP基础之一】
  18. 【汇总目录】Python
  19. 数以亿计运行PHP的网站即将面临严重的安全风险
  20. CSS 选择器 选择 拥有多个类名 的元素

热门文章

  1. VMware Station NAT上网模式配置
  2. L1-007 念数字
  3. Ad Muncher 目前半价优惠^_^
  4. 爬虫从网页中去取的数据中包含&amp;nbsp;空格
  5. 逆向路由器固件之解包 Part1
  6. Emacs矩形操作
  7. MySQL Performance Tuning: Tips, Scripts and Tools
  8. UIView.animateWithDuration 没有动画过渡效果直接跳到最后
  9. flash存储原理
  10. [Machine Learning &amp; Algorithm] 随机森林(Random Forest)-转载