2016-04-11 29 views
0

的Eclipse抛出验证错误,这个如何解决XML验证错误非空白字符是不允许的?

S4S-ELT字符:非空白字符不是在规划允许的 元素以外 '的xs:APPINFO' 和 'XS:文件'

为下面的XML文件。请帮我找出问题。似乎没有。

<databaseChangeLog 
    xmlns="http://www.liquibase.org/xml/ns/dbchangelog" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd"> 
    ... 
</databaseChangeLog> 

回答

相关问题