Eclipse: process dxml file as xml file?

So, I already loaded some plug-in in syntax - select XML files. I work with these "DXML" files, which are mostly similar to XML files. Is there a way to make Eclipse think that a .dxml file is a .xml file?

+3
source share
1 answer

Window-> Settings → General → Content Types. Select XML in the upper half, then add in the lower half*.dxml

+6
source

All Articles