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

0
1 comment
Avatar
Permanently deleted user

ExternalResourceManager.getInstance().addStdResource(...)

-1

Please sign in to leave a comment.