How to reference a local XML Schema file correctly?

前端 未结 3 1306
别跟我提以往
别跟我提以往 2020-11-22 15:36

I\'m having this problem with referencing my XML Schema in an XML file.

I have my XSD in this path:

C:\\environment\\workspace\\maven-ws\\ProjectXmlS         


        
3条回答
  •  无人及你
    2020-11-22 16:08

    Maybe can help to check that the path to the xsd file has not 'strange' characters like 'é', or similar: I was having the same issue but when I changed to a path without the 'é' the error dissapeared.

提交回复
热议问题