morbac / xmltools

XML Tools plugin for Notepad++
GNU General Public License v3.0
260 stars 57 forks source link

Fix #200: pass schema location to MSXMLWrapper::checkValidity #218

Open haja-fgabriel opened 1 month ago

haja-fgabriel commented 1 month ago

Related to issue #200. Notepad++ complained on some XML documents I have been working with at work that it has not found a valid DTD or schema, despite having the "xmlns" namespace declaration 😒 I will add support for namespaced schema locations, because I couldn't figure it out in 5 minutes, since I didn't have the repository cloned on the work laptop when I opened the PR.

@morbac what do you think?