morbac / xmltools

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

Pretty Print does not work for some XML code #94

Closed Jungblutr closed 3 years ago

Jungblutr commented 3 years ago

XML Tools 3.1.1.2

Dear developers, the following XML code creates a "This should not happen..."-warning in NPP 7.9.2 32bit:

<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:rms=\"urn:/soap2/RMService\"> </soapenv:Envelope>

Reason are the four backslashes before ".

Please, can you fix this?

Best regards, Ralf

Jungblutr commented 3 years ago

Oh, solution seems to be in #79: using QuickXML is working Thank you, stay healthy