check using java if an xml file is well formed
843834Feb 17 2004 — edited Jul 20 2004Hi every body,
I am constructing an xml file via a form. for some purpose, I translate my xml file tostring and store it in database. I want to check if my string or xml file is well formed before storing it in the database, and I am looking for the best way to do it I mean the well formed check
thanks in advance for your help