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
Please sign in to leave a comment.
ExternalResourceManager.getInstance().addStdResource(...)