Hi
I'm tryng to parse xml file with dom. So far everithing seems ok, but i get punch of errors to my console that, my elements and attributes are not declared in my xml file:
the "10" at final row is what i was looking ... you will see it in my code.
First my xml file, which is without dtd or other file, just one xml file:
Notice there are 10 "score" elements with id from 0 to 9.
Here is my
Java code:
so how to get rid of those errors?
[ August 12, 2004: Message edited by: Juhan Voolaid ]
[ August 14, 2004: Message edited by: Juhan Voolaid ]