java - error: Error parsing XML: not well-formed (invalid token) in Eclipse -


so, i've been trying make own custom icon pack, when try clean project, appears there error:

error parsing xml: not well-formed (invalid token).  

here lines shown in problems tab.

<?xml version="1.0" encoding="utf-8"?> <resources> <version>1</version> <iconmask imgl="iconmask01" <scale factor="0.75" /> 

the error in

your "xml" not formed not technically xml. element <iconmask imgl="iconmask01" not closed, if close (<iconmask imgl="iconmask01" />) have formed xml , problem fixed.

additionally notice root element not closed, did paste fragment?


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -