【发布时间】:2016-08-01 04:17:54
【问题描述】:
Eclipse 对此抛出验证错误
s4s-elt-character:架构中不允许使用非空白字符 'xs:appinfo' 和 'xs:documentation' 以外的元素
对于以下 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>
【问题讨论】:
标签: xml eclipse validation schema whitespace