【发布时间】:2011-11-18 21:04:38
【问题描述】:
我的 xml 文件中出现此错误:XML Parsing error: Extra content at the end of the document
我正在使用 Notepad++,它在标题标签<ABC BLAH>hello</ABC BLAH> 中以红色显示第二个单词 - 它以红色显示 BLAH。因此,我认为问题出在标题标签中的空白处,并在该行引发验证错误。我该如何解决这个问题?
这是xml文件:
<?xml version="1.0" encoding="UTF-8"?>
<rows>
<row>
<Order>1</Order>
<Requirements>ABC</Requirements>
<Testing Procedures>blah blah </Testing Procedures>
<Assessment Observations / Comments>blah blah</Assessment Observations / Comments> <-- throws Parsing error at this line.
</row>
</rows>
【问题讨论】: