Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I stop Notepad++ to stop asking for XSD files?

Tags:

notepad++

Every time I open or save an XML-formatted file (.xml, .config, etc.) in Notepad++, it asks for an XSD. I don't have one, and I have no need for one.

How can I make Notepad++ stop asking. That dialog is incredibly annoying.

like image 732
gregsdennis Avatar asked Aug 04 '15 16:08

gregsdennis


People also ask

Why is XSD required?

An XSD defines the structure of an XML document. It specifies the elements and attributes that can appear in an XML document and the type of data these elements and attributes can contain. This information is used to verify that each element or attribute in an XML document adheres to its description.

What is XSD validation?

The WSRR web user interface validates each definition file when starting, and when new or updated definition files are loaded. This is done according to the definition XML Schema Definition (XSD).

What is an XSD file?

An XSD file is a definition file specifying the elements and attributes that can be part of an XML document. This ensures that data is properly interpreted, and errors are caught, resulting in appropriate XML validation. XSD files ensure that the data entered follows the same structure as defined in the file.


1 Answers

Plugins -> XML Tools -> Enable Auto Validation

Notepad++ 7.4.2

Windows 7

like image 95
Patryk Lubowiecki Avatar answered Sep 29 '22 07:09

Patryk Lubowiecki