How to register DTD with idea
how to tell idea(programatically) the location of a dtd file in order to use it in auto completion in xml file
actually i want this to be dynamically settable in order to support different versions of the dtd
thanks
joe
请先登录再写评论。
ExternalResourceManager.getInstance().addStdResource(...)