Dear Friends,
 
I have written a java class to parse XML files using SAX (extending DefaultHandler). These xml files are generated from a database, and jsp is written and deployed in oc4j(same as Tomcat).
For some files only the following error comes... I checked xml files and no difference between xml's that are working fine and giving errors. all xml's are well formed.
 
This is the error
The element type "br" must be terminated by the matching end-tag "</br>".
org.xml.sax.SAXException: Stopping after fatal error: The element type "br" must be terminated by the matching end-tag "</br>".
 
But no br tag in the xml file...
 
If any of you have experienced this kind of problem or if you know the solution for this, please reply me. I am stuck in this problem...
(If you want to see the .java file I will send it to you.)
 
Thanks and best regards,
Ranjith
 

Reply via email to