How to find errors in an XML file?

Sometimes, when I try to run my code, the Eclipse console says:

Error in XML file: assembly abort.

This means that I have an error in my main XML file. Is there a way to find my error without guessing and erasing some XML code to see what the problem is? Something like checking my xml file! Thank you

+5
source share
3 answers

XML Tools , a plugin for Notepad ++ allows you to check if XML syntax is broken, and tells you which line the error is in.

XML-, zip , Notepad ++ (, C:\Program Files\Notepad ++). Notepad ++, XML, , "" , " XML" " XML ".

, .

+11

firefox, , , .

+1

, , xml . , xml .

0

Source: https://habr.com/ru/post/1777122/


All Articles