Is there easy way to make Xcode to use custom DTD for autocompletion or would it require one to write extension to the development environment to get things to work? Eclipse has support for using DTD's for autocompletion of XML files but is there similar feature in Xcode?
Structure of XML files used in our application in defined in DTD so it would be extremely helpful to get good autocomplete of all possible tags and attributes to Xcode.