VS 2005 Disable XML Validation
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
How can i disable xml file validation in VS 2005. Or even better, tell him to not show errors, i want to keep validation on html, but not xml. Problem is that i use template engine to generate xml files, but template placeholders are not exactly xml friendly, they do have start and end tags, but they look like this "template:for</template:for>" and its natural for him to complain on none-existing namespace. I just want to turn it off. And also i don't want to change extension, since then he will not autocomplete, or offer me close tags. If it can not be disabled, some suggestions would be nice. Thank you. P.S. I did google, but after 5 pages of no results, i quit.