Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何修复不允许使用非空白字符的XML验证错误?_Xml_Eclipse_Validation_Schema_Whitespace - Fatal编程技术网

如何修复不允许使用非空白字符的XML验证错误?

如何修复不允许使用非空白字符的XML验证错误?,xml,eclipse,validation,schema,whitespace,Xml,Eclipse,Validation,Schema,Whitespace,Eclipse在这个问题上抛出验证错误 s4s elt字符:架构中不允许使用非空白字符 “xs:appinfo”和“xs:documentation”以外的元素 对于下面的XML文件。请帮我找出问题所在。似乎没有 <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Eclipse在这个问题上抛出验证错误

s4s elt字符:架构中不允许使用非空白字符 “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>

... 
找到的解决方案:)

Eclipse>首选项>网络连接>缓存>删除所有 及 干净利落

参考: