我有这样的代码,其中dokument是我的主要元素。我有自己的命名空间:xmlns =“http://wlasna_przestrzen.nazw.pl” 我想使用另一个命名空间只通过html
来放置屏幕<dokument
xmlns="http://wlasna_przestrzen.nazw.pl"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://wlasna_przestrzen.nazw.pl/ albumy.xsd"
xmlns:JĘZYK_HTML="http://www.w3.org/1999/xhtml"
>
我的文件xsd包含:
<xsd:schema
xmlns:nasza_przestrzeń="http://wlasna_przestrzen.nazw.pl"
targetNamespace="http://wlasna_przestrzen.nazw.pl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:html="http://www.w3.org/1999/xhtml"
elementFormDefault="qualified"
attributeFormDefault="unqualified" >
我的问题是为什么我有这样的错误:
未检测到文档的语法约束(DTD或XML架构)。
答案 0 :(得分:4)
转到window -> Preferences , then XML -> XML Files -> Validation
,然后设置
Indicate when no grammar is specified
至ignore