I have an XML file not valid, like this: Example:
<projects>
<project id =BP001>
<name>Banking Project</name>
<start-date>Jan 10 1999</start-date>
<end-date>Jan 10 2003</end-date>
</project>
project id =BP001 ==> project id ="BP001"
It must be like that allover the file. I'm using java and I want to do this to validate the file Any idea?