<product name="qwerty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceLocation="product.xsd">
我可以在xsd文件的某些URL上更改product.xsd吗?
<product name="qwerty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceLocation="http://www.example.com/product.xsd">
答案 0 :(得分:0)
在Intellij-IDEA中,我尝试这样做:
`<product name="qwerty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceLocation="http://www.example.com/product.xsd">`
我的xsd的位置变成红色。我点击alt + enter,它解决了我的问题。另外,IDEA在URL中添加“文件,设置,模式和DTD”。